| GroupId | GroupIdro.fortsoft.log2j |
|---|---|
| ArtifactId | ArtifactIdlog2j-parent |
| Version | Version0.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| log2j-parent-0.1.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.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ro.fortsoft.log2j/log2j-parent/
implementation 'ro.fortsoft.log2j:log2j-parent:0.1'
// https://jarcasting.com/artifacts/ro.fortsoft.log2j/log2j-parent/
implementation ("ro.fortsoft.log2j:log2j-parent:0.1")
'ro.fortsoft.log2j:log2j-parent:pom:0.1'
<dependency org="ro.fortsoft.log2j" name="log2j-parent" rev="0.1">
<artifact name="log2j-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='ro.fortsoft.log2j', module='log2j-parent', version='0.1')
)
libraryDependencies += "ro.fortsoft.log2j" % "log2j-parent" % "0.1"
[ro.fortsoft.log2j/log2j-parent "0.1"]