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