License |
License |
---|---|
Categories |
CategoriesSLF4J Application Layer Libs Logging |
GroupId | GroupIdcom.github.omarmiatello.android-slf4j-logger |
ArtifactId | ArtifactIdcore |
Version | Version1.0.0 |
Type | Typeaar |
Description |
Descriptionandroid-slf4j-logger
Simple implementation of SLF4J Logger for Android
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
core-1.0.0.pom | |
core-1.0.0-sources.jar | 261 bytes |
core-1.0.0-javadoc.jar | 278 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.omarmiatello.android-slf4j-logger/core/ -->
<dependency>
<groupId>com.github.omarmiatello.android-slf4j-logger</groupId>
<artifactId>core</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.omarmiatello.android-slf4j-logger/core/
implementation 'com.github.omarmiatello.android-slf4j-logger:core:1.0.0'
// https://jarcasting.com/artifacts/com.github.omarmiatello.android-slf4j-logger/core/
implementation ("com.github.omarmiatello.android-slf4j-logger:core:1.0.0")
'com.github.omarmiatello.android-slf4j-logger:core:aar:1.0.0'
<dependency org="com.github.omarmiatello.android-slf4j-logger" name="core" rev="1.0.0">
<artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.omarmiatello.android-slf4j-logger', module='core', version='1.0.0')
)
libraryDependencies += "com.github.omarmiatello.android-slf4j-logger" % "core" % "1.0.0"
[com.github.omarmiatello.android-slf4j-logger/core "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.32 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |