| Категории |
КатегорииLogging Библиотеки уровня приложения |
|---|---|
| Группа | Группаde.mindpipe.android |
| Идентификатор | Идентификаторandroid-logging-log4j |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| android-logging-log4j-1.0.0.pom | |
| android-logging-log4j-1.0.0.jar | 6 KB |
| android-logging-log4j-1.0.0-sources.jar | 3 KB |
| android-logging-log4j-1.0.0-javadoc.jar | 27 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.mindpipe.android/android-logging-log4j/ -->
<dependency>
<groupId>de.mindpipe.android</groupId>
<artifactId>android-logging-log4j</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.mindpipe.android/android-logging-log4j/
implementation 'de.mindpipe.android:android-logging-log4j:1.0.0'
// https://jarcasting.com/artifacts/de.mindpipe.android/android-logging-log4j/
implementation ("de.mindpipe.android:android-logging-log4j:1.0.0")
'de.mindpipe.android:android-logging-log4j:jar:1.0.0'
<dependency org="de.mindpipe.android" name="android-logging-log4j" rev="1.0.0">
<artifact name="android-logging-log4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.mindpipe.android', module='android-logging-log4j', version='1.0.0')
)
libraryDependencies += "de.mindpipe.android" % "android-logging-log4j" % "1.0.0"
[de.mindpipe.android/android-logging-log4j "1.0.0"]