Last Version

Logio 0.1

Minimalistic logger provider for Java EE applications on top of SLF4J.

License

License

GroupId

GroupId

pl.devcoffee
ArtifactId

ArtifactId

logio
Version

Version

0.1
Type

Type

jar
Description

Description

Logio
Minimalistic logger provider for Java EE applications on top of SLF4J.
Project Organization

Project Organization

Piotr Raszkowski

Download logio 0.1


<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.21

provided (1)

Group / Artifact Type Version
javax : javaee-api jar 7.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-all jar 1.10.19

Project Modules

There are no modules declared in this project.