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