agent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.fommil.lion</groupId>
<artifactId>agent</artifactId>
<version>1.0.0</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.fommil.lion</groupId>
<artifactId>agent</artifactId>
<packaging>jar</packaging>
<description>agent</description>
<url>http://github.com/fommil/lions-share</url>
<version>1.0.0</version>
<licenses>
<license>
<name>LGPL</name>
<url>https://www.gnu.org/licenses/lgpl.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>agent</name>
<organization>
<name>com.github.fommil.lion</name>
<url>http://github.com/fommil/lions-share</url>
</organization>
<scm>
<url>git@github.com:fommil/lions-share.git</url>
<connection>scm:git:git@github.com:fommil/lions-share.git</connection>
</scm>
<developers>
<developer>
<id>fommil</id>
<name>Sam Halliday</name>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scoverage</groupId>
<artifactId>scalac-scoverage-runtime_2.10</artifactId>
<version>1.0.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.scoverage</groupId>
<artifactId>scalac-scoverage-plugin_2.10</artifactId>
<version>1.0.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.16.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.fommil</groupId>
<artifactId>java-allocation-instrumenter</artifactId>
<version>3.0</version>
</dependency>
</dependencies>
</project>