GroupId | GroupIdorg.seppiko.glf |
---|---|
ArtifactId | ArtifactIdjcl-over-glf |
Version | Version1.2.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
jcl-over-glf-1.2.RELEASE.pom | |
jcl-over-glf-1.2.RELEASE.jar | 7 KB |
jcl-over-glf-1.2.RELEASE-sources.jar | 5 KB |
jcl-over-glf-1.2.RELEASE-javadoc.jar | 397 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.seppiko.glf/jcl-over-glf/ -->
<dependency>
<groupId>org.seppiko.glf</groupId>
<artifactId>jcl-over-glf</artifactId>
<version>1.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.seppiko.glf/jcl-over-glf/
implementation 'org.seppiko.glf:jcl-over-glf:1.2.RELEASE'
// https://jarcasting.com/artifacts/org.seppiko.glf/jcl-over-glf/
implementation ("org.seppiko.glf:jcl-over-glf:1.2.RELEASE")
'org.seppiko.glf:jcl-over-glf:jar:1.2.RELEASE'
<dependency org="org.seppiko.glf" name="jcl-over-glf" rev="1.2.RELEASE">
<artifact name="jcl-over-glf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.seppiko.glf', module='jcl-over-glf', version='1.2.RELEASE')
)
libraryDependencies += "org.seppiko.glf" % "jcl-over-glf" % "1.2.RELEASE"
[org.seppiko.glf/jcl-over-glf "1.2.RELEASE"]