Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdio.github.asvanberg |
ArtifactId | ArtifactIddonkey |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
donkey-1.1.0.pom | |
donkey-1.1.0.jar | 100 KB |
donkey-1.1.0-sources.jar | 42 KB |
donkey-1.1.0-javadoc.jar | 112 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.asvanberg/donkey/ -->
<dependency>
<groupId>io.github.asvanberg</groupId>
<artifactId>donkey</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.asvanberg/donkey/
implementation 'io.github.asvanberg:donkey:1.1.0'
// https://jarcasting.com/artifacts/io.github.asvanberg/donkey/
implementation ("io.github.asvanberg:donkey:1.1.0")
'io.github.asvanberg:donkey:jar:1.1.0'
<dependency org="io.github.asvanberg" name="donkey" rev="1.1.0">
<artifact name="donkey" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.asvanberg', module='donkey', version='1.1.0')
)
libraryDependencies += "io.github.asvanberg" % "donkey" % "1.1.0"
[io.github.asvanberg/donkey "1.1.0"]