kotlin-faker-bom
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.serpro69</groupId> <artifactId>kotlin-faker-bom</artifactId> <version>2.0.0-rc.10</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"> <!-- 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-bom</artifactId> <version>2.0.0-rc.10</version> <packaging>pom</packaging> <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>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> <dependencyManagement> <dependencies> <dependency> <groupId>io.github.serpro69</groupId> <artifactId>kotlin-faker</artifactId> <version>2.0.0-rc.10</version> </dependency> <dependency> <groupId>io.github.serpro69</groupId> <artifactId>kotlin-faker-blns</artifactId> <version>2.0.0-rc.10</version> </dependency> <dependency> <groupId>io.github.serpro69</groupId> <artifactId>kotlin-faker-kotest-property</artifactId> <version>2.0.0-rc.10</version> </dependency> <dependency> <groupId>io.github.serpro69</groupId> <artifactId>kotlin-faker-books</artifactId> <version>2.0.0-rc.10</version> </dependency> <dependency> <groupId>io.github.serpro69</groupId> <artifactId>kotlin-faker-commerce</artifactId> <version>2.0.0-rc.10</version> </dependency> <dependency> <groupId>io.github.serpro69</groupId> <artifactId>kotlin-faker-creatures</artifactId> <version>2.0.0-rc.10</version> </dependency> <dependency> <groupId>io.github.serpro69</groupId> <artifactId>kotlin-faker-databases</artifactId> <version>2.0.0-rc.10</version> </dependency> <dependency> <groupId>io.github.serpro69</groupId> <artifactId>kotlin-faker-edu</artifactId> <version>2.0.0-rc.10</version> </dependency> <dependency> <groupId>io.github.serpro69</groupId> <artifactId>kotlin-faker-games</artifactId> <version>2.0.0-rc.10</version> </dependency> <dependency> <groupId>io.github.serpro69</groupId> <artifactId>kotlin-faker-humor</artifactId> <version>2.0.0-rc.10</version> </dependency> <dependency> <groupId>io.github.serpro69</groupId> <artifactId>kotlin-faker-japmedia</artifactId> <version>2.0.0-rc.10</version> </dependency> <dependency> <groupId>io.github.serpro69</groupId> <artifactId>kotlin-faker-lorem</artifactId> <version>2.0.0-rc.10</version> </dependency> <dependency> <groupId>io.github.serpro69</groupId> <artifactId>kotlin-faker-misc</artifactId> <version>2.0.0-rc.10</version> </dependency> <dependency> <groupId>io.github.serpro69</groupId> <artifactId>kotlin-faker-movies</artifactId> <version>2.0.0-rc.10</version> </dependency> <dependency> <groupId>io.github.serpro69</groupId> <artifactId>kotlin-faker-music</artifactId> <version>2.0.0-rc.10</version> </dependency> <dependency> <groupId>io.github.serpro69</groupId> <artifactId>kotlin-faker-pictures</artifactId> <version>2.0.0-rc.10</version> </dependency> <dependency> <groupId>io.github.serpro69</groupId> <artifactId>kotlin-faker-sports</artifactId> <version>2.0.0-rc.10</version> </dependency> <dependency> <groupId>io.github.serpro69</groupId> <artifactId>kotlin-faker-tech</artifactId> <version>2.0.0-rc.10</version> </dependency> <dependency> <groupId>io.github.serpro69</groupId> <artifactId>kotlin-faker-travel</artifactId> <version>2.0.0-rc.10</version> </dependency> <dependency> <groupId>io.github.serpro69</groupId> <artifactId>kotlin-faker-tvshows</artifactId> <version>2.0.0-rc.10</version> </dependency> </dependencies> </dependencyManagement> </project>