GroupId | GroupIdio.github.krasnoludkolo |
---|---|
ArtifactId | ArtifactIdhaste |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
haste-0.1.0.pom | |
haste-0.1.0.jar | 11 KB |
haste-0.1.0-sources.jar | 3 KB |
haste-0.1.0-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.krasnoludkolo/haste/ -->
<dependency>
<groupId>io.github.krasnoludkolo</groupId>
<artifactId>haste</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.krasnoludkolo/haste/
implementation 'io.github.krasnoludkolo:haste:0.1.0'
// https://jarcasting.com/artifacts/io.github.krasnoludkolo/haste/
implementation ("io.github.krasnoludkolo:haste:0.1.0")
'io.github.krasnoludkolo:haste:jar:0.1.0'
<dependency org="io.github.krasnoludkolo" name="haste" rev="0.1.0">
<artifact name="haste" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.krasnoludkolo', module='haste', version='0.1.0')
)
libraryDependencies += "io.github.krasnoludkolo" % "haste" % "0.1.0"
[io.github.krasnoludkolo/haste "0.1.0"]