Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdorg.xwiki.commons |
ArtifactId | ArtifactIdxwiki-commons-logging-common |
Version | Version12.5 |
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.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-logging-common/
implementation 'org.xwiki.commons:xwiki-commons-logging-common:12.5'
// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-logging-common/
implementation ("org.xwiki.commons:xwiki-commons-logging-common:12.5")
'org.xwiki.commons:xwiki-commons-logging-common:jar:12.5'
<dependency org="org.xwiki.commons" name="xwiki-commons-logging-common" rev="12.5">
<artifact name="xwiki-commons-logging-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xwiki.commons', module='xwiki-commons-logging-common', version='12.5')
)
libraryDependencies += "org.xwiki.commons" % "xwiki-commons-logging-common" % "12.5"
[org.xwiki.commons/xwiki-commons-logging-common "12.5"]