License |
License |
---|---|
GroupId | GroupIdorg.metaborg |
ArtifactId | ArtifactIdlog.parent |
Version | Version0.1.0 |
Type | Typepom |
Description |
Descriptionlog.parent
Metaborg logging abstraction parent POM
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
log.parent-0.1.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.metaborg/log.parent/ -->
<dependency>
<groupId>org.metaborg</groupId>
<artifactId>log.parent</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.metaborg/log.parent/
implementation 'org.metaborg:log.parent:0.1.0'
// https://jarcasting.com/artifacts/org.metaborg/log.parent/
implementation ("org.metaborg:log.parent:0.1.0")
'org.metaborg:log.parent:pom:0.1.0'
<dependency org="org.metaborg" name="log.parent" rev="0.1.0">
<artifact name="log.parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.metaborg', module='log.parent', version='0.1.0')
)
libraryDependencies += "org.metaborg" % "log.parent" % "0.1.0"
[org.metaborg/log.parent "0.1.0"]