License |
License |
---|---|
GroupId | GroupIdcom.episode6.hackit.chop |
ArtifactId | ArtifactIdchop-core |
Last Version | Last Version0.1.10 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionchop-core
A simple extensible logging library for Java & Android (inspired by Timber)
|
Project URL |
Project URL |
Filename | Size |
---|---|
chop-core-0.1.10.pom | |
chop-core-0.1.10.jar | 17 KB |
chop-core-0.1.10-sources.jar | 4 KB |
chop-core-0.1.10-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.episode6.hackit.chop/chop-core/ -->
<dependency>
<groupId>com.episode6.hackit.chop</groupId>
<artifactId>chop-core</artifactId>
<version>0.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.episode6.hackit.chop/chop-core/
implementation 'com.episode6.hackit.chop:chop-core:0.1.10'
// https://jarcasting.com/artifacts/com.episode6.hackit.chop/chop-core/
implementation ("com.episode6.hackit.chop:chop-core:0.1.10")
'com.episode6.hackit.chop:chop-core:jar:0.1.10'
<dependency org="com.episode6.hackit.chop" name="chop-core" rev="0.1.10">
<artifact name="chop-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.episode6.hackit.chop', module='chop-core', version='0.1.10')
)
libraryDependencies += "com.episode6.hackit.chop" % "chop-core" % "0.1.10"
[com.episode6.hackit.chop/chop-core "0.1.10"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |