Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdorg.osgl |
ArtifactId | ArtifactIdosgl-logging |
Version | Version0.6.0 |
Type | Typejar |
Filename | Size |
---|---|
osgl-logging-0.6.0.pom | |
osgl-logging-0.6.0.jar | 23 KB |
osgl-logging-0.6.0-sources.jar | 12 KB |
osgl-logging-0.6.0-javadoc.jar | 100 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.osgl/osgl-logging/ -->
<dependency>
<groupId>org.osgl</groupId>
<artifactId>osgl-logging</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.osgl/osgl-logging/
implementation 'org.osgl:osgl-logging:0.6.0'
// https://jarcasting.com/artifacts/org.osgl/osgl-logging/
implementation ("org.osgl:osgl-logging:0.6.0")
'org.osgl:osgl-logging:jar:0.6.0'
<dependency org="org.osgl" name="osgl-logging" rev="0.6.0">
<artifact name="osgl-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.osgl', module='osgl-logging', version='0.6.0')
)
libraryDependencies += "org.osgl" % "osgl-logging" % "0.6.0"
[org.osgl/osgl-logging "0.6.0"]