kotlin-faker-books
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.serpro69</groupId>
<artifactId>kotlin-faker-books</artifactId>
<version>2.0.0-rc.11</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 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.serpro69</groupId>
<artifactId>kotlin-faker-books</artifactId>
<version>2.0.0-rc.11</version>
<name>kotlin-faker-books</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>Serhii Prodan</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>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-common</artifactId>
<version>2.1.21</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>2.1.21</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
<version>2.1.21</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>