| License |
License |
|---|---|
| GroupId | GroupIdpl.devcoffee |
| ArtifactId | ArtifactIdlogio |
| Last Version | Last Version0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLogio
Minimalistic logger provider for Java EE applications on top of SLF4J.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| logio-0.1.pom | |
| logio-0.1.jar | 8 KB |
| logio-0.1-sources.jar | 9 KB |
| logio-0.1-javadoc.jar | 53 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/pl.devcoffee/logio/ -->
<dependency>
<groupId>pl.devcoffee</groupId>
<artifactId>logio</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/pl.devcoffee/logio/
implementation 'pl.devcoffee:logio:0.1'
// https://jarcasting.com/artifacts/pl.devcoffee/logio/
implementation ("pl.devcoffee:logio:0.1")
'pl.devcoffee:logio:jar:0.1'
<dependency org="pl.devcoffee" name="logio" rev="0.1">
<artifact name="logio" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.devcoffee', module='logio', version='0.1')
)
libraryDependencies += "pl.devcoffee" % "logio" % "0.1"
[pl.devcoffee/logio "0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.21 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax : javaee-api | jar | 7.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-all | jar | 1.10.19 |