Categories |
CategoriesLogback Application Layer Libs Logging |
---|---|
GroupId | GroupIdcom.github.tony19 |
ArtifactId | ArtifactIdlogback-android-parent |
Version | Version1.1.1-2 |
Type | Typepom |
Filename | Size |
---|---|
logback-android-parent-1.1.1-2.pom | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tony19/logback-android-parent/ -->
<dependency>
<groupId>com.github.tony19</groupId>
<artifactId>logback-android-parent</artifactId>
<version>1.1.1-2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.tony19/logback-android-parent/
implementation 'com.github.tony19:logback-android-parent:1.1.1-2'
// https://jarcasting.com/artifacts/com.github.tony19/logback-android-parent/
implementation ("com.github.tony19:logback-android-parent:1.1.1-2")
'com.github.tony19:logback-android-parent:pom:1.1.1-2'
<dependency org="com.github.tony19" name="logback-android-parent" rev="1.1.1-2">
<artifact name="logback-android-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.tony19', module='logback-android-parent', version='1.1.1-2')
)
libraryDependencies += "com.github.tony19" % "logback-android-parent" % "1.1.1-2"
[com.github.tony19/logback-android-parent "1.1.1-2"]