Last Version

Logging 0.3.0

Generic Java/Kotlin library for implementing loggers

License

License

Categories

Categories

Logging Application Layer Libs
GroupId

GroupId

me.levansmith.logdog
ArtifactId

ArtifactId

logging
Version

Version

0.3.0
Type

Type

jar
Description

Description

Logging
Generic Java/Kotlin library for implementing loggers
Project URL

Project URL

https://github.com/levictorsmith/logdog-logging
Source Code Management

Source Code Management

https://github.com/levictorsmith/logdog-logging

Download logging 0.3.0


<!-- https://jarcasting.com/artifacts/me.levansmith.logdog/logging/ -->
<dependency>
    <groupId>me.levansmith.logdog</groupId>
    <artifactId>logging</artifactId>
    <version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.levansmith.logdog/logging/
implementation 'me.levansmith.logdog:logging:0.3.0'
// https://jarcasting.com/artifacts/me.levansmith.logdog/logging/
implementation ("me.levansmith.logdog:logging:0.3.0")
'me.levansmith.logdog:logging:jar:0.3.0'
<dependency org="me.levansmith.logdog" name="logging" rev="0.3.0">
  <artifact name="logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.levansmith.logdog', module='logging', version='0.3.0')
)
libraryDependencies += "me.levansmith.logdog" % "logging" % "0.3.0"
[me.levansmith.logdog/logging "0.3.0"]

Dependencies

runtime (4)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.21
org.jetbrains.kotlinx : kotlinx-coroutines-core jar 1.1.1
com.google.code.gson : gson jar 2.8.5
org.json : json jar 20180813

Project Modules

There are no modules declared in this project.