l

log2j-parent

Simple log file to java objects converter using annotation
The Apache Software License, Version 2.0
文件下载
文件名 操作
log2j-parent-0.4.pom 下载
Apache Maven
<dependency>
  <groupId>ro.fortsoft.log2j</groupId>
  <artifactId>log2j-parent</artifactId>
  <version>0.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'ro.fortsoft.log2j:log2j-parent:0.4'
Gradle Kotlin
implementation("ro.fortsoft.log2j:log2j-parent:0.4")
Scala SBT
libraryDependencies += "ro.fortsoft.log2j" % "log2j-parent" % "0.4"
Groovy Grape
@Grapes(
  @Grab(group='ro.fortsoft.log2j', module='log2j-parent', version='0.4')
)
Apache Ivy
<dependency org="ro.fortsoft.log2j" name="log2j-parent" rev="0.4" />
Leiningen
[ro.fortsoft.log2j/log2j-parent "0.4"]
Apache Buildr
'ro.fortsoft.log2j:log2j-parent:jar:0.4'