Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdio.github.d-exclaimation |
ArtifactId | ArtifactIdwhiskey |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
whiskey-0.2.0.pom | |
whiskey-0.2.0.jar | 169 KB |
whiskey-0.2.0-sources.jar | 17 KB |
whiskey-0.2.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.d-exclaimation/whiskey/ -->
<dependency>
<groupId>io.github.d-exclaimation</groupId>
<artifactId>whiskey</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.d-exclaimation/whiskey/
implementation 'io.github.d-exclaimation:whiskey:0.2.0'
// https://jarcasting.com/artifacts/io.github.d-exclaimation/whiskey/
implementation ("io.github.d-exclaimation:whiskey:0.2.0")
'io.github.d-exclaimation:whiskey:jar:0.2.0'
<dependency org="io.github.d-exclaimation" name="whiskey" rev="0.2.0">
<artifact name="whiskey" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.d-exclaimation', module='whiskey', version='0.2.0')
)
libraryDependencies += "io.github.d-exclaimation" % "whiskey" % "0.2.0"
[io.github.d-exclaimation/whiskey "0.2.0"]