random-test-data
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>eu.benschroeder</groupId>
<artifactId>random-test-data</artifactId>
<version>0.9</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>eu.benschroeder</groupId>
<artifactId>random-test-data</artifactId>
<version>0.9</version>
<name>random-test-data</name>
<description>Random test data for unit tests</description>
<url>https://github.com/ben-schroeder/random-test-data</url>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>
<developers>
<developer>
<name>Benjamin Schröder</name>
<email>ben@benschroeder.eu</email>
<organization>Ben Schröder KG</organization>
<organizationUrl>https://www.benschroeder.eu</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/ben-schroeder/random-test-data.git</connection>
<developerConnection>scm:git:ssh://github.com:ben-schroeder/random-test-data.git</developerConnection>
<url>https://github.com/ben-schroeder/random-test-data</url>
</scm>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.17.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.36</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>