| Категории |
КатегорииСеть Logging Библиотеки уровня приложения |
|---|---|
| Группа | Группаcom.github.thorbenkuck |
| Идентификатор | ИдентификаторNetCom2-Logging |
| Версия | Версия1.3 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| NetCom2-Logging-1.3.pom | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.thorbenkuck/NetCom2-Logging/ -->
<dependency>
<groupId>com.github.thorbenkuck</groupId>
<artifactId>NetCom2-Logging</artifactId>
<version>1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.thorbenkuck/NetCom2-Logging/
implementation 'com.github.thorbenkuck:NetCom2-Logging:1.3'
// https://jarcasting.com/artifacts/com.github.thorbenkuck/NetCom2-Logging/
implementation ("com.github.thorbenkuck:NetCom2-Logging:1.3")
'com.github.thorbenkuck:NetCom2-Logging:pom:1.3'
<dependency org="com.github.thorbenkuck" name="NetCom2-Logging" rev="1.3">
<artifact name="NetCom2-Logging" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.thorbenkuck', module='NetCom2-Logging', version='1.3')
)
libraryDependencies += "com.github.thorbenkuck" % "NetCom2-Logging" % "1.3"
[com.github.thorbenkuck/NetCom2-Logging "1.3"]