GroupId | GroupIdjotm |
---|---|
ArtifactId | ArtifactIdjotm |
Version | Version1.5.3 |
Type | Typejar |
Filename | Size |
---|---|
jotm-1.5.3.pom | |
jotm-1.5.3.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/jotm/jotm/ -->
<dependency>
<groupId>jotm</groupId>
<artifactId>jotm</artifactId>
<version>1.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/jotm/jotm/
implementation 'jotm:jotm:1.5.3'
// https://jarcasting.com/artifacts/jotm/jotm/
implementation ("jotm:jotm:1.5.3")
'jotm:jotm:jar:1.5.3'
<dependency org="jotm" name="jotm" rev="1.5.3">
<artifact name="jotm" type="jar" />
</dependency>
@Grapes(
@Grab(group='jotm', module='jotm', version='1.5.3')
)
libraryDependencies += "jotm" % "jotm" % "1.5.3"
[jotm "1.5.3"]