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