GroupId | GroupIdde.halfbit |
---|---|
ArtifactId | ArtifactIdknot |
Version | Version0.1-alpha2 |
Type | Typejar |
Filename | Size |
---|---|
knot-0.1-alpha2.pom | |
knot-0.1-alpha2.jar | 24 KB |
knot-0.1-alpha2-sources.jar | 2 KB |
knot-0.1-alpha2-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.halfbit/knot/ -->
<dependency>
<groupId>de.halfbit</groupId>
<artifactId>knot</artifactId>
<version>0.1-alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/de.halfbit/knot/
implementation 'de.halfbit:knot:0.1-alpha2'
// https://jarcasting.com/artifacts/de.halfbit/knot/
implementation ("de.halfbit:knot:0.1-alpha2")
'de.halfbit:knot:jar:0.1-alpha2'
<dependency org="de.halfbit" name="knot" rev="0.1-alpha2">
<artifact name="knot" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.halfbit', module='knot', version='0.1-alpha2')
)
libraryDependencies += "de.halfbit" % "knot" % "0.1-alpha2"
[de.halfbit/knot "0.1-alpha2"]