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