License |
License |
---|---|
GroupId | GroupIdorg.ow2.util.log |
ArtifactId | ArtifactIdlog-api |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOW2 Utilities :: Log :: Api
OW2 Logger Api based on Java 5
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
log-api-2.0.0.pom | |
log-api-2.0.0.jar | 9 KB |
log-api-2.0.0-sources.jar | 8 KB |
log-api-2.0.0-source-release.zip | 10 KB |
log-api-2.0.0-source-release.tar.gz | 6 KB |
log-api-2.0.0-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.util.log/log-api/ -->
<dependency>
<groupId>org.ow2.util.log</groupId>
<artifactId>log-api</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.util.log/log-api/
implementation 'org.ow2.util.log:log-api:2.0.0'
// https://jarcasting.com/artifacts/org.ow2.util.log/log-api/
implementation ("org.ow2.util.log:log-api:2.0.0")
'org.ow2.util.log:log-api:jar:2.0.0'
<dependency org="org.ow2.util.log" name="log-api" rev="2.0.0">
<artifact name="log-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.util.log', module='log-api', version='2.0.0')
)
libraryDependencies += "org.ow2.util.log" % "log-api" % "2.0.0"
[org.ow2.util.log/log-api "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.ow2.util.i18n : i18n | jar | 2.0.0 |
Group / Artifact | Type | Version |
---|---|---|
biz.aQute : bndlib | jar | 1.50.0 |