durian-testlib
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.diffplug.durian</groupId> <artifactId>durian-testlib</artifactId> <version>1.2.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" 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"> <modelVersion>4.0.0</modelVersion> <groupId>com.diffplug.durian</groupId> <artifactId>durian-testlib</artifactId> <version>1.2.0</version> <dependencies> <dependency> <groupId>com.diffplug.durian</groupId> <artifactId>durian-core</artifactId> <version>1.2.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.diffplug.durian</groupId> <artifactId>durian-reflect</artifactId> <version>1.2.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.diffplug.durian</groupId> <artifactId>durian-cache</artifactId> <version>1.2.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.diffplug.durian</groupId> <artifactId>durian-eventbus</artifactId> <version>1.2.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.diffplug.durian</groupId> <artifactId>durian-io</artifactId> <version>1.2.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.diffplug.durian</groupId> <artifactId>durian-concurrent</artifactId> <version>1.2.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.diffplug.durian</groupId> <artifactId>durian-parse</artifactId> <version>1.2.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.diffplug.durian</groupId> <artifactId>durian-collect</artifactId> <version>1.2.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.codehaus.mojo</groupId> <artifactId>animal-sniffer-annotations</artifactId> <version>1.14</version> <optional>true</optional> </dependency> <dependency> <groupId>com.google.j2objc</groupId> <artifactId>j2objc-annotations</artifactId> <version>0.1</version> <optional>true</optional> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>annotations</artifactId> <version>3.0.0</version> <optional>true</optional> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <version>3.0.0</version> <optional>true</optional> </dependency> </dependencies> <name>durian-testlib</name> <description>Durian - Guava's spikier (unofficial) cousin</description> <url>https://github.com/diffplug/durian</url> <scm> <url>https://github.com/diffplug/durian</url> <connection>scm:git:git://github.com/diffplug/durian</connection> <developerConnection>scm:git:ssh:git@github.com/diffplug/durian</developerConnection> </scm> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/license/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>nedtwigg</id> <name>Ned Twigg</name> <email>ned.twigg@diffplug.com</email> </developer> </developers> </project>