l

log2j-parent

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