SimpleLogs

Provide a set of classes for log bridge that have very few dependencies that you can embedded easily into any application

License

License

GroupId

GroupId

com.github.frtu.simple
ArtifactId

ArtifactId

simple-logs
Last Version

Last Version

0.2.0-logs
Release Date

Release Date

Type

Type

jar
Description

Description

SimpleLogs
Provide a set of classes for log bridge that have very few dependencies that you can embedded easily into any application

Download simple-logs

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.frtu.simple/simple-logs/ -->
<dependency>
    <groupId>com.github.frtu.simple</groupId>
    <artifactId>simple-logs</artifactId>
    <version>0.2.0-logs</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.frtu.simple/simple-logs/
implementation 'com.github.frtu.simple:simple-logs:0.2.0-logs'
// https://jarcasting.com/artifacts/com.github.frtu.simple/simple-logs/
implementation ("com.github.frtu.simple:simple-logs:0.2.0-logs")
'com.github.frtu.simple:simple-logs:jar:0.2.0-logs'
<dependency org="com.github.frtu.simple" name="simple-logs" rev="0.2.0-logs">
  <artifact name="simple-logs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.frtu.simple', module='simple-logs', version='0.2.0-logs')
)
libraryDependencies += "com.github.frtu.simple" % "simple-logs" % "0.2.0-logs"
[com.github.frtu.simple/simple-logs "0.2.0-logs"]

Dependencies

provided (1)

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

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.hamcrest : hamcrest-core jar 1.3

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.0-logs