is not current version
Last Version 10.6

uk.org.retep.tools:logging 10.5


Categories

Categories

Logging Application Layer Libs
GroupId

GroupId

uk.org.retep.tools
ArtifactId

ArtifactId

logging
Version

Version

10.5
Type

Type

jar

Download logging 10.5


<!-- https://jarcasting.com/artifacts/uk.org.retep.tools/logging/ -->
<dependency>
    <groupId>uk.org.retep.tools</groupId>
    <artifactId>logging</artifactId>
    <version>10.5</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep.tools/logging/
implementation 'uk.org.retep.tools:logging:10.5'
// https://jarcasting.com/artifacts/uk.org.retep.tools/logging/
implementation ("uk.org.retep.tools:logging:10.5")
'uk.org.retep.tools:logging:jar:10.5'
<dependency org="uk.org.retep.tools" name="logging" rev="10.5">
  <artifact name="logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep.tools', module='logging', version='10.5')
)
libraryDependencies += "uk.org.retep.tools" % "logging" % "10.5"
[uk.org.retep.tools/logging "10.5"]