| GroupId | GroupIdcom.rolfje.anonimatron |
|---|---|
| ArtifactId | ArtifactIdanonimatron |
| Version | Version1.10.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| anonimatron-1.10.0.pom | |
| anonimatron-1.10.0.jar | 85 KB |
| anonimatron-1.10.0-sources.jar | 55 KB |
| anonimatron-1.10.0-javadoc.jar | 279 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.rolfje.anonimatron/anonimatron/ -->
<dependency>
<groupId>com.rolfje.anonimatron</groupId>
<artifactId>anonimatron</artifactId>
<version>1.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rolfje.anonimatron/anonimatron/
implementation 'com.rolfje.anonimatron:anonimatron:1.10.0'
// https://jarcasting.com/artifacts/com.rolfje.anonimatron/anonimatron/
implementation ("com.rolfje.anonimatron:anonimatron:1.10.0")
'com.rolfje.anonimatron:anonimatron:jar:1.10.0'
<dependency org="com.rolfje.anonimatron" name="anonimatron" rev="1.10.0">
<artifact name="anonimatron" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rolfje.anonimatron', module='anonimatron', version='1.10.0')
)
libraryDependencies += "com.rolfje.anonimatron" % "anonimatron" % "1.10.0"
[com.rolfje.anonimatron/anonimatron "1.10.0"]