License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.dataanon |
ArtifactId | ArtifactIddata-anon |
Version | Version0.9.7 |
Type | Typejar |
Description |
Descriptiondata-anon
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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
data-anon-0.9.7.pom | |
data-anon-0.9.7.jar | 113 KB |
data-anon-0.9.7-sources.jar | 31 KB |
data-anon-0.9.7-javadoc.jar | 201 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dataanon/data-anon/ -->
<dependency>
<groupId>com.github.dataanon</groupId>
<artifactId>data-anon</artifactId>
<version>0.9.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dataanon/data-anon/
implementation 'com.github.dataanon:data-anon:0.9.7'
// https://jarcasting.com/artifacts/com.github.dataanon/data-anon/
implementation ("com.github.dataanon:data-anon:0.9.7")
'com.github.dataanon:data-anon:jar:0.9.7'
<dependency org="com.github.dataanon" name="data-anon" rev="0.9.7">
<artifact name="data-anon" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dataanon', module='data-anon', version='0.9.7')
)
libraryDependencies += "com.github.dataanon" % "data-anon" % "0.9.7"
[com.github.dataanon/data-anon "0.9.7"]
Group / Artifact | Type | Version |
---|---|---|
io.projectreactor : reactor-core | jar | 3.2.2.RELEASE |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.0 |
me.tongfei : progressbar | jar | 0.6.0 |
org.jetbrains.dokka : dokka-maven-plugin | jar | 0.9.17 |
Group / Artifact | Type | Version |
---|---|---|
io.kotlintest : kotlintest-runner-junit5 | jar | 3.1.10 |
com.h2database : h2 | jar | 1.4.197 |
org.postgresql : postgresql | jar | 42.2.5 |