inbot-testfixtures
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.inbot</groupId> <artifactId>inbot-testfixtures</artifactId> <version>1.9</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="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.inbot</groupId> <artifactId>inbot-testfixtures</artifactId> <version>1.9</version> <name>Inbot Testfixtures</name> <description>Helper class for human readable randmized names and email addresses</description> <url>https://github.com/inbot/inbot-testfixtures</url> <organization> <name>Inbot</name> <url>http://inbot.io</url> </organization> <licenses> <license> <name>MIT license</name> <url>https://github.com/inbot/inbot-testfixtures/blob/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>jillesvangurp</id> <name>Jilles van Gurp</name> </developer> </developers> <scm> <connection>scm:git:git@github.com:inbot/inbot-testfixtures.git</connection> <developerConnection>scm:git:git@github.com:inbot/inbot-testfixtures.git</developerConnection> <url>git://git@github.com:inbot/inbot-testfixtures.git</url> </scm> <dependencies> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.7</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>6.14.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <version>3.9.0</version> <scope>test</scope> </dependency> </dependencies> </project>