License |
License |
---|---|
Categories |
CategoriesSLF4J Application Layer Libs Logging |
GroupId | GroupIdcom.episode6.hackit.chop |
ArtifactId | ArtifactIdchop-slf4j |
Last Version | Last Version0.1.10 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionchop-slf4j
A simple extensible logging library for Java & Android (inspired by Timber)
|
Project URL |
Project URL |
Filename | Size |
---|---|
chop-slf4j-0.1.10.pom | |
chop-slf4j-0.1.10.jar | 4 KB |
chop-slf4j-0.1.10-sources.jar | 1 KB |
chop-slf4j-0.1.10-javadoc.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.episode6.hackit.chop/chop-slf4j/ -->
<dependency>
<groupId>com.episode6.hackit.chop</groupId>
<artifactId>chop-slf4j</artifactId>
<version>0.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.episode6.hackit.chop/chop-slf4j/
implementation 'com.episode6.hackit.chop:chop-slf4j:0.1.10'
// https://jarcasting.com/artifacts/com.episode6.hackit.chop/chop-slf4j/
implementation ("com.episode6.hackit.chop:chop-slf4j:0.1.10")
'com.episode6.hackit.chop:chop-slf4j:jar:0.1.10'
<dependency org="com.episode6.hackit.chop" name="chop-slf4j" rev="0.1.10">
<artifact name="chop-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.episode6.hackit.chop', module='chop-slf4j', version='0.1.10')
)
libraryDependencies += "com.episode6.hackit.chop" % "chop-slf4j" % "0.1.10"
[com.episode6.hackit.chop/chop-slf4j "0.1.10"]
Group / Artifact | Type | Version |
---|---|---|
com.episode6.hackit.chop : chop-core | jar | 0.1.10 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.2.60 |