Categories |
CategoriesJava Languages Logging Application Layer Libs |
---|---|
GroupId | GroupIdorg.jdtaus.core.logging |
ArtifactId | ArtifactIdjdtaus-core-jdk-logging |
Version | Version1.12 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jdtaus.core.logging/jdtaus-core-jdk-logging/ -->
<dependency>
<groupId>org.jdtaus.core.logging</groupId>
<artifactId>jdtaus-core-jdk-logging</artifactId>
<version>1.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdtaus.core.logging/jdtaus-core-jdk-logging/
implementation 'org.jdtaus.core.logging:jdtaus-core-jdk-logging:1.12'
// https://jarcasting.com/artifacts/org.jdtaus.core.logging/jdtaus-core-jdk-logging/
implementation ("org.jdtaus.core.logging:jdtaus-core-jdk-logging:1.12")
'org.jdtaus.core.logging:jdtaus-core-jdk-logging:jar:1.12'
<dependency org="org.jdtaus.core.logging" name="jdtaus-core-jdk-logging" rev="1.12">
<artifact name="jdtaus-core-jdk-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdtaus.core.logging', module='jdtaus-core-jdk-logging', version='1.12')
)
libraryDependencies += "org.jdtaus.core.logging" % "jdtaus-core-jdk-logging" % "1.12"
[org.jdtaus.core.logging/jdtaus-core-jdk-logging "1.12"]