GroupId | GroupIdorg.jlot |
---|---|
ArtifactId | ArtifactIdjlot |
Version | Version0.91 |
Type | Typepom |
Filename | Size |
---|---|
jlot-0.91.pom | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jlot/jlot/ -->
<dependency>
<groupId>org.jlot</groupId>
<artifactId>jlot</artifactId>
<version>0.91</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jlot/jlot/
implementation 'org.jlot:jlot:0.91'
// https://jarcasting.com/artifacts/org.jlot/jlot/
implementation ("org.jlot:jlot:0.91")
'org.jlot:jlot:pom:0.91'
<dependency org="org.jlot" name="jlot" rev="0.91">
<artifact name="jlot" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jlot', module='jlot', version='0.91')
)
libraryDependencies += "org.jlot" % "jlot" % "0.91"
[org.jlot/jlot "0.91"]