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