a

anonimatron

Database and file anonymization tool which is consistent between runs.
https://realrolfje.github.io/anonimatron/
The MIT License (MIT)
Rolf
Files download
File Operation
anonimatron-1.15.jar download
anonimatron-1.15.pom download
anonimatron-1.15-sources.jar download
Apache Maven
<dependency>
  <groupId>com.rolfje.anonimatron</groupId>
  <artifactId>anonimatron</artifactId>
  <version>1.15</version>
</dependency>
Gradle Groovy
implementation 'com.rolfje.anonimatron:anonimatron:1.15'
Gradle Kotlin
implementation("com.rolfje.anonimatron:anonimatron:1.15")
Scala SBT
libraryDependencies += "com.rolfje.anonimatron" % "anonimatron" % "1.15"
Groovy Grape
@Grapes(
  @Grab(group='com.rolfje.anonimatron', module='anonimatron', version='1.15')
)
Apache Ivy
<dependency org="com.rolfje.anonimatron" name="anonimatron" rev="1.15" />
Leiningen
[com.rolfje.anonimatron/anonimatron "1.15"]
Apache Buildr
'com.rolfje.anonimatron:anonimatron:jar:1.15'