Categories |
CategoriesSLF4J Application Layer Libs Logging |
---|---|
GroupId | GroupIdeu.lp0.slf4j |
ArtifactId | ArtifactIdslf4j-android |
Version | Version1.7.12-0 |
Type | Typejar |
Filename | Size |
---|---|
slf4j-android-1.7.12-0.pom | |
slf4j-android-1.7.12-0.jar | 19 KB |
slf4j-android-1.7.12-0-test-sources.jar | 76 KB |
slf4j-android-1.7.12-0-sources.jar | 17 KB |
slf4j-android-1.7.12-0-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.lp0.slf4j/slf4j-android/ -->
<dependency>
<groupId>eu.lp0.slf4j</groupId>
<artifactId>slf4j-android</artifactId>
<version>1.7.12-0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.lp0.slf4j/slf4j-android/
implementation 'eu.lp0.slf4j:slf4j-android:1.7.12-0'
// https://jarcasting.com/artifacts/eu.lp0.slf4j/slf4j-android/
implementation ("eu.lp0.slf4j:slf4j-android:1.7.12-0")
'eu.lp0.slf4j:slf4j-android:jar:1.7.12-0'
<dependency org="eu.lp0.slf4j" name="slf4j-android" rev="1.7.12-0">
<artifact name="slf4j-android" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.lp0.slf4j', module='slf4j-android', version='1.7.12-0')
)
libraryDependencies += "eu.lp0.slf4j" % "slf4j-android" % "1.7.12-0"
[eu.lp0.slf4j/slf4j-android "1.7.12-0"]