MVN

com.rolfje.anonimatron : anonimatron

Maven & Gradle

Jul 16, 2021
97 stars

anonimatron · Database and file anonymization tool which is consistent between runs.

<dependency>
    <groupId>com.rolfje.anonimatron</groupId>
    <artifactId>anonimatron</artifactId>
    <version>1.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.rolfje.anonimatron : anonimatron to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.15

All Versions

Choose a version of com.rolfje.anonimatron : anonimatron to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.15
anonimatron-1.15
1.14
anonimatron-1.14
1.13
anonimatron-1.13
1.12
anonimatron-1.12
1.11.x
anonimatron-1.11.1
1.11
anonimatron-1.11
1.10.x
anonimatron-1.10.1
anonimatron-1.10.0
1.9.x
anonimatron-1.9.3

How to add a dependency to Maven

Add the following com.rolfje.anonimatron : anonimatron maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.rolfje.anonimatron</groupId>
    <artifactId>anonimatron</artifactId>
    <version>1.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.rolfje.anonimatron : anonimatron gradle dependency to your build.gradle file:

implementation 'com.rolfje.anonimatron:anonimatron:1.15'

Gradle Kotlin DSL: Add the following com.rolfje.anonimatron : anonimatron gradle kotlin dependency to your build.gradle.kts file:

implementation("com.rolfje.anonimatron:anonimatron:1.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.rolfje.anonimatron : anonimatron sbt scala dependency to your build.sbt file:

libraryDependencies += "com.rolfje.anonimatron" % "anonimatron" % "1.15"

Advertisement