is not current version
Last Version 1.4.1

org.seppiko.glf:glf-parent 1.2.RELEASE

GLF(General Logging Facade) is alternative Logging Facade framework

GroupId

GroupId

org.seppiko.glf
ArtifactId

ArtifactId

glf-parent
Version

Version

1.2.RELEASE
Type

Type

pom

Download glf-parent 1.2.RELEASE


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