GroupId | GroupIdio.github.stephankoelle |
---|---|
ArtifactId | ArtifactIdjamm |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
jamm-0.4.0.pom | |
jamm-0.4.0.jar | 25 KB |
jamm-0.4.0-sources.jar | 10 KB |
jamm-0.4.0-javadoc.jar | 418 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.stephankoelle/jamm/ -->
<dependency>
<groupId>io.github.stephankoelle</groupId>
<artifactId>jamm</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.stephankoelle/jamm/
implementation 'io.github.stephankoelle:jamm:0.4.0'
// https://jarcasting.com/artifacts/io.github.stephankoelle/jamm/
implementation ("io.github.stephankoelle:jamm:0.4.0")
'io.github.stephankoelle:jamm:jar:0.4.0'
<dependency org="io.github.stephankoelle" name="jamm" rev="0.4.0">
<artifact name="jamm" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.stephankoelle', module='jamm', version='0.4.0')
)
libraryDependencies += "io.github.stephankoelle" % "jamm" % "0.4.0"
[io.github.stephankoelle/jamm "0.4.0"]