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