g

glf-parent

GLF(General Logging Facade) is alternative Logging Facade framework
https://gitlab.com/seppiko/glf
Apache License, Version 2.0
Seppiko
Leonard Woo
文件下载
文件名 操作
glf-parent-1.3.RELEASE.pom 下载
Apache Maven
<dependency>
  <groupId>org.seppiko.glf</groupId>
  <artifactId>glf-parent</artifactId>
  <version>1.3.RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.seppiko.glf:glf-parent:1.3.RELEASE'
Gradle Kotlin
implementation("org.seppiko.glf:glf-parent:1.3.RELEASE")
Scala SBT
libraryDependencies += "org.seppiko.glf" % "glf-parent" % "1.3.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.seppiko.glf', module='glf-parent', version='1.3.RELEASE')
)
Apache Ivy
<dependency org="org.seppiko.glf" name="glf-parent" rev="1.3.RELEASE" />
Leiningen
[org.seppiko.glf/glf-parent "1.3.RELEASE"]
Apache Buildr
'org.seppiko.glf:glf-parent:jar:1.3.RELEASE'