is not current version
Last Version 1.4.1

org.seppiko.glf:glf-api 1.1.RELEASE

GLF API is GLF Entrance

GroupId

GroupId

org.seppiko.glf
ArtifactId

ArtifactId

glf-api
Version

Version

1.1.RELEASE
Type

Type

jar

Download glf-api 1.1.RELEASE


<!-- https://jarcasting.com/artifacts/org.seppiko.glf/glf-api/ -->
<dependency>
    <groupId>org.seppiko.glf</groupId>
    <artifactId>glf-api</artifactId>
    <version>1.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.seppiko.glf/glf-api/
implementation 'org.seppiko.glf:glf-api:1.1.RELEASE'
// https://jarcasting.com/artifacts/org.seppiko.glf/glf-api/
implementation ("org.seppiko.glf:glf-api:1.1.RELEASE")
'org.seppiko.glf:glf-api:jar:1.1.RELEASE'
<dependency org="org.seppiko.glf" name="glf-api" rev="1.1.RELEASE">
  <artifact name="glf-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.seppiko.glf', module='glf-api', version='1.1.RELEASE')
)
libraryDependencies += "org.seppiko.glf" % "glf-api" % "1.1.RELEASE"
[org.seppiko.glf/glf-api "1.1.RELEASE"]