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