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