| Categories |
CategoriesLogging Application Layer Libs |
|---|---|
| GroupId | GroupIdorg.xwiki.commons |
| ArtifactId | ArtifactIdxwiki-commons-logging-common |
| Version | Version12.4 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-logging-common/ -->
<dependency>
<groupId>org.xwiki.commons</groupId>
<artifactId>xwiki-commons-logging-common</artifactId>
<version>12.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-logging-common/
implementation 'org.xwiki.commons:xwiki-commons-logging-common:12.4'
// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-logging-common/
implementation ("org.xwiki.commons:xwiki-commons-logging-common:12.4")
'org.xwiki.commons:xwiki-commons-logging-common:jar:12.4'
<dependency org="org.xwiki.commons" name="xwiki-commons-logging-common" rev="12.4">
<artifact name="xwiki-commons-logging-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xwiki.commons', module='xwiki-commons-logging-common', version='12.4')
)
libraryDependencies += "org.xwiki.commons" % "xwiki-commons-logging-common" % "12.4"
[org.xwiki.commons/xwiki-commons-logging-common "12.4"]