| Категории |
КатегорииLogging Библиотеки уровня приложения |
|---|---|
| Группа | Группаorg.xwiki.commons |
| Идентификатор | Идентификаторxwiki-commons-logging-common |
| Версия | Версия13.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-logging-common/ -->
<dependency>
<groupId>org.xwiki.commons</groupId>
<artifactId>xwiki-commons-logging-common</artifactId>
<version>13.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-logging-common/
implementation 'org.xwiki.commons:xwiki-commons-logging-common:13.0'
// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-logging-common/
implementation ("org.xwiki.commons:xwiki-commons-logging-common:13.0")
'org.xwiki.commons:xwiki-commons-logging-common:jar:13.0'
<dependency org="org.xwiki.commons" name="xwiki-commons-logging-common" rev="13.0">
<artifact name="xwiki-commons-logging-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xwiki.commons', module='xwiki-commons-logging-common', version='13.0')
)
libraryDependencies += "org.xwiki.commons" % "xwiki-commons-logging-common" % "13.0"
[org.xwiki.commons/xwiki-commons-logging-common "13.0"]