kotlin-faker-japmedia
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.serpro69</groupId>
<artifactId>kotlin-faker-japmedia</artifactId>
<version>2.0.0-rc.13</version>
</dependency><?xml version="1.0" encoding="UTF-8"?><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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.serpro69</groupId>
<artifactId>kotlin-faker-japmedia</artifactId>
<version>2.0.0-rc.13</version>
<name>kotlin-faker</name>
<description>Generate realistically looking fake data such as names, addresses, banking details, and many more, that can be used for testing and data anonymization purposes.</description>
<url>https://github.com/serpro69/kotlin-faker</url>
<licenses>
<license>
<name>MIT</name>
<url>https://opensource.org/licenses/mit-license.php</url>
</license>
</licenses>
<developers>
<developer>
<id>serpro69</id>
<name>Særgeir</name>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/serpro69/kotlin-faker</connection>
<developerConnection>scm:git:https://github.com/serpro69</developerConnection>
<url>https://github.com/serpro69/kotlin-faker</url>
</scm>
<issueManagement>
<url>https://github.com/serpro69/kotlin-faker/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>io.github.serpro69</groupId>
<artifactId>kotlin-faker-japmedia-jvm</artifactId>
<version>2.0.0-rc.13</version>
<scope>compile</scope>
</dependency>
</dependencies>
<packaging>pom</packaging>
</project>