| License |
License |
|---|---|
| GroupId | GroupIdro.fortsoft.log2j |
| ArtifactId | ArtifactIdlog2j-parent |
| Last Version | Last Version0.4 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionLog2j Parent
Simple log file to java objects converter using annotation
|
| Filename | Size |
|---|---|
| log2j-parent-0.4.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ro.fortsoft.log2j/log2j-parent/ -->
<dependency>
<groupId>ro.fortsoft.log2j</groupId>
<artifactId>log2j-parent</artifactId>
<version>0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ro.fortsoft.log2j/log2j-parent/
implementation 'ro.fortsoft.log2j:log2j-parent:0.4'
// https://jarcasting.com/artifacts/ro.fortsoft.log2j/log2j-parent/
implementation ("ro.fortsoft.log2j:log2j-parent:0.4")
'ro.fortsoft.log2j:log2j-parent:pom:0.4'
<dependency org="ro.fortsoft.log2j" name="log2j-parent" rev="0.4">
<artifact name="log2j-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='ro.fortsoft.log2j', module='log2j-parent', version='0.4')
)
libraryDependencies += "ro.fortsoft.log2j" % "log2j-parent" % "0.4"
[ro.fortsoft.log2j/log2j-parent "0.4"]