GroupId | GroupIdde.almostintelligent |
---|---|
ArtifactId | ArtifactIdjaste |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
jaste-0.1.0.pom | |
jaste-0.1.0.jar | 7 KB |
jaste-0.1.0-sources.jar | 3 KB |
jaste-0.1.0-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.almostintelligent/jaste/ -->
<dependency>
<groupId>de.almostintelligent</groupId>
<artifactId>jaste</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.almostintelligent/jaste/
implementation 'de.almostintelligent:jaste:0.1.0'
// https://jarcasting.com/artifacts/de.almostintelligent/jaste/
implementation ("de.almostintelligent:jaste:0.1.0")
'de.almostintelligent:jaste:jar:0.1.0'
<dependency org="de.almostintelligent" name="jaste" rev="0.1.0">
<artifact name="jaste" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.almostintelligent', module='jaste', version='0.1.0')
)
libraryDependencies += "de.almostintelligent" % "jaste" % "0.1.0"
[de.almostintelligent/jaste "0.1.0"]