| License |
License |
|---|---|
| Categories |
CategoriesSLF4J Application Layer Libs Logging |
| GroupId | GroupIdorg.slf4j |
| ArtifactId | ArtifactIdslf4j-android |
| Last Version | Last Version1.7.36 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSLF4J Android Binding
SLF4J Android Binding
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationQOS.ch |
| Filename | Size |
|---|---|
| slf4j-android-1.7.36.pom | |
| slf4j-android-1.7.36.jar | 7 KB |
| slf4j-android-1.7.36-sources.jar | 10 KB |
| slf4j-android-1.7.36-javadoc.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.slf4j/slf4j-android/ -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-android</artifactId>
<version>1.7.36</version>
</dependency>
// https://jarcasting.com/artifacts/org.slf4j/slf4j-android/
implementation 'org.slf4j:slf4j-android:1.7.36'
// https://jarcasting.com/artifacts/org.slf4j/slf4j-android/
implementation ("org.slf4j:slf4j-android:1.7.36")
'org.slf4j:slf4j-android:jar:1.7.36'
<dependency org="org.slf4j" name="slf4j-android" rev="1.7.36">
<artifact name="slf4j-android" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.slf4j', module='slf4j-android', version='1.7.36')
)
libraryDependencies += "org.slf4j" % "slf4j-android" % "1.7.36"
[org.slf4j/slf4j-android "1.7.36"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.36 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.android : android | jar | 1.5_r4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13 |