pants-runner
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.pantsbuild</groupId>
<artifactId>pants-runner</artifactId>
<version>0.0.10</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!-- generated by pants! http://pantsbuild.github.io/ -->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.pantsbuild</groupId>
<artifactId>pants-runner</artifactId>
<packaging>jar</packaging>
<version>0.0.10</version>
<name>org.pantsbuild:pants-runner</name>
<description>
A command line tool for fixing problems with custom classloading and synthetic jar.
</description>
<url>http://pantsbuild.github.io/</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:git@github.com:pantsbuild/pants.git</connection>
<developerConnection>scm:git:git@github.com:pantsbuild/pants.git</developerConnection>
<url>https://github.com/pantsbuild/pants</url>
<tag>org.pantsbuild-pants-runner-0.0.10</tag>
</scm>
<developers>
<developer>
<name>The pants developers</name>
<email>pants-devel@googlegroups.com</email>
<url>https://github.com/pantsbuild/pants</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>18.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>