junit-runner-annotations
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.pantsbuild</groupId>
<artifactId>junit-runner-annotations</artifactId>
<version>0.0.23</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>junit-runner-annotations</artifactId>
<packaging>jar</packaging>
<version>0.0.23</version>
<name>org.pantsbuild:junit-runner-annotations</name>
<description>
Annotations for use with org.pantsbuild#junit-runner that support running tests in parallel.
</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-junit-runner-annotations-0.0.23</tag>
</scm>
<developers>
<developer>
<name>The pants developers</name>
<email>pants-devel@googlegroups.com</email>
<url>https://github.com/pantsbuild/pants</url>
</developer>
</developers>
</project>