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