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