| License |
License |
|---|---|
| Categories |
CategoriesNet Logging Application Layer Libs |
| GroupId | GroupIdde.jplanets.logging |
| ArtifactId | ArtifactIdjplanets-logging |
| Last Version | Last Version2.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionjPlanets Logging Framework
Logging abstraction for the jPlanets projects
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jplanets-logging-2.3.pom | |
| jplanets-logging-2.3.jar | 8 KB |
| jplanets-logging-2.3-sources.jar | 8 KB |
| jplanets-logging-2.3-javadoc.jar | 59 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.jplanets.logging/jplanets-logging/ -->
<dependency>
<groupId>de.jplanets.logging</groupId>
<artifactId>jplanets-logging</artifactId>
<version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.jplanets.logging/jplanets-logging/
implementation 'de.jplanets.logging:jplanets-logging:2.3'
// https://jarcasting.com/artifacts/de.jplanets.logging/jplanets-logging/
implementation ("de.jplanets.logging:jplanets-logging:2.3")
'de.jplanets.logging:jplanets-logging:jar:2.3'
<dependency org="de.jplanets.logging" name="jplanets-logging" rev="2.3">
<artifact name="jplanets-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.jplanets.logging', module='jplanets-logging', version='2.3')
)
libraryDependencies += "de.jplanets.logging" % "jplanets-logging" % "2.3"
[de.jplanets.logging/jplanets-logging "2.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| log4j : log4j | jar | 1.2.17 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |