Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.dataanon |
ArtifactId | ArtifactIddata-anon |
Version | Version0.9.0 |
Type | Typejar |
Filename | Size |
---|---|
data-anon-0.9.0.pom | |
data-anon-0.9.0.jar | 102 KB |
data-anon-0.9.0-sources.jar | 27 KB |
data-anon-0.9.0-javadoc.jar | 183 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dataanon/data-anon/ -->
<dependency>
<groupId>com.github.dataanon</groupId>
<artifactId>data-anon</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dataanon/data-anon/
implementation 'com.github.dataanon:data-anon:0.9.0'
// https://jarcasting.com/artifacts/com.github.dataanon/data-anon/
implementation ("com.github.dataanon:data-anon:0.9.0")
'com.github.dataanon:data-anon:jar:0.9.0'
<dependency org="com.github.dataanon" name="data-anon" rev="0.9.0">
<artifact name="data-anon" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dataanon', module='data-anon', version='0.9.0')
)
libraryDependencies += "com.github.dataanon" % "data-anon" % "0.9.0"
[com.github.dataanon/data-anon "0.9.0"]