is not current version
Last Version 1.5.1

org.osgl:osgl-logging 1.0.3

A simple Java logging facade

Categories

Categories

Logging Application Layer Libs
GroupId

GroupId

org.osgl
ArtifactId

ArtifactId

osgl-logging
Version

Version

1.0.3
Type

Type

jar

Download osgl-logging 1.0.3


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