OSGL Java Tool
Some simple common Java utilities
See wiki
License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdorg.osgl |
ArtifactId | ArtifactIdosgl-logging |
Last Version | Last Version1.5.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOSGL Logging
A simple Java logging facade
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
osgl-logging-1.5.1.pom | |
osgl-logging-1.5.1.jar | 30 KB |
osgl-logging-1.5.1-sources.jar | 19 KB |
osgl-logging-1.5.1-javadoc.jar | 161 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.osgl/osgl-logging/ -->
<dependency>
<groupId>org.osgl</groupId>
<artifactId>osgl-logging</artifactId>
<version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.osgl/osgl-logging/
implementation 'org.osgl:osgl-logging:1.5.1'
// https://jarcasting.com/artifacts/org.osgl/osgl-logging/
implementation ("org.osgl:osgl-logging:1.5.1")
'org.osgl:osgl-logging:jar:1.5.1'
<dependency org="org.osgl" name="osgl-logging" rev="1.5.1">
<artifact name="osgl-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.osgl', module='osgl-logging', version='1.5.1')
)
libraryDependencies += "org.osgl" % "osgl-logging" % "1.5.1"
[org.osgl/osgl-logging "1.5.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.9.0 |
org.osgl : osgl-version | jar | 2.0.0-BETA-4-JAVA7 |
org.osgl : osgl-ut | jar | 2.0.0-BETA-4-JAVA7 |
Group / Artifact | Type | Version |
---|---|---|
org.osgl : osgl-tool | jar | 1.25.0 |
commons-logging : commons-logging | jar | 1.2 |
org.slf4j : slf4j-api | jar | 1.8.0-beta2 |
log4j : log4j | jar | 1.2.17 |
org.tinylog : tinylog | jar | 1.3.4 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Some simple common Java utilities
See wiki