bfg-benchmark_2.10
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.madgag</groupId> <artifactId>bfg-benchmark_2.10</artifactId> <version>1.11.1</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.madgag</groupId> <artifactId>bfg-benchmark_2.10</artifactId> <packaging>jar</packaging> <description>bfg-benchmark</description> <url>https://github.com/rtyley/bfg-repo-cleaner</url> <version>1.11.1</version> <licenses> <license> <name>GPLv3</name> <url>http://www.gnu.org/licenses/gpl-3.0.html</url> <distribution>repo</distribution> </license> </licenses> <name>bfg-benchmark</name> <organization> <name>com.madgag</name> <url>https://github.com/rtyley/bfg-repo-cleaner</url> </organization> <scm> <url>git@github.com:rtyley/bfg-repo-cleaner.git</url> <connection>scm:git:git@github.com:rtyley/bfg-repo-cleaner.git</connection> </scm> <developers> <developer> <id>rtyley</id> <name>Roberto Tyley</name> <url>https://github.com/rtyley</url> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.10.3</version> </dependency> <dependency> <groupId>com.madgag</groupId> <artifactId>textmatching_2.10</artifactId> <version>1.11.1</version> </dependency> <dependency> <groupId>org.specs2</groupId> <artifactId>specs2_2.10</artifactId> <version>2.1.1</version> <scope>test</scope> </dependency> <dependency> <groupId>com.madgag</groupId> <artifactId>util-compress</artifactId> <version>1.33</version> </dependency> <dependency> <groupId>com.github.scala-incubator.io</groupId> <artifactId>scala-io-file_2.10</artifactId> <version>0.4.2</version> </dependency> <dependency> <groupId>com.github.scopt</groupId> <artifactId>scopt_2.10</artifactId> <version>3.2.0</version> </dependency> </dependencies> </project>