is not current version
Last Version 0.9.7

com.github.dataanon:data-anon 0.9.1

Data Anonymization tool helps build anonymized production data dumps, which you can use for performance testing, security testing, debugging and development. Tool is implemented in Kotlin, and works with Java 8 and Kotlin.

Categories

Categories

Data
GroupId

GroupId

com.github.dataanon
ArtifactId

ArtifactId

data-anon
Version

Version

0.9.1
Type

Type

jar

Download data-anon 0.9.1


<!-- https://jarcasting.com/artifacts/com.github.dataanon/data-anon/ -->
<dependency>
    <groupId>com.github.dataanon</groupId>
    <artifactId>data-anon</artifactId>
    <version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dataanon/data-anon/
implementation 'com.github.dataanon:data-anon:0.9.1'
// https://jarcasting.com/artifacts/com.github.dataanon/data-anon/
implementation ("com.github.dataanon:data-anon:0.9.1")
'com.github.dataanon:data-anon:jar:0.9.1'
<dependency org="com.github.dataanon" name="data-anon" rev="0.9.1">
  <artifact name="data-anon" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dataanon', module='data-anon', version='0.9.1')
)
libraryDependencies += "com.github.dataanon" % "data-anon" % "0.9.1"
[com.github.dataanon/data-anon "0.9.1"]