Categories |
CategoriesJava Languages Logging Application Layer Libs |
---|---|
GroupId | GroupIdorg.jdtaus.core.logging |
ArtifactId | ArtifactIdjdtaus-core-jdk-logging |
Version | Version1.0-beta-1 |
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.0-beta-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdtaus.core.logging/jdtaus-core-jdk-logging/
implementation 'org.jdtaus.core.logging:jdtaus-core-jdk-logging:1.0-beta-1'
// https://jarcasting.com/artifacts/org.jdtaus.core.logging/jdtaus-core-jdk-logging/
implementation ("org.jdtaus.core.logging:jdtaus-core-jdk-logging:1.0-beta-1")
'org.jdtaus.core.logging:jdtaus-core-jdk-logging:jar:1.0-beta-1'
<dependency org="org.jdtaus.core.logging" name="jdtaus-core-jdk-logging" rev="1.0-beta-1">
<artifact name="jdtaus-core-jdk-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdtaus.core.logging', module='jdtaus-core-jdk-logging', version='1.0-beta-1')
)
libraryDependencies += "org.jdtaus.core.logging" % "jdtaus-core-jdk-logging" % "1.0-beta-1"
[org.jdtaus.core.logging/jdtaus-core-jdk-logging "1.0-beta-1"]