Categories |
CategoriesConfiguration Application Layer Libs config |
---|---|
GroupId | GroupIdorg.xwiki.commons |
ArtifactId | ArtifactIdxwiki-commons-configuration |
Version | Version11.3.4 |
Type | Typejar |
Filename | Size |
---|---|
xwiki-commons-configuration-11.3.4.pom | 1 KB |
xwiki-commons-configuration-11.3.4-javadoc.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-configuration/ -->
<dependency>
<groupId>org.xwiki.commons</groupId>
<artifactId>xwiki-commons-configuration</artifactId>
<version>11.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-configuration/
implementation 'org.xwiki.commons:xwiki-commons-configuration:11.3.4'
// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-configuration/
implementation ("org.xwiki.commons:xwiki-commons-configuration:11.3.4")
'org.xwiki.commons:xwiki-commons-configuration:jar:11.3.4'
<dependency org="org.xwiki.commons" name="xwiki-commons-configuration" rev="11.3.4">
<artifact name="xwiki-commons-configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xwiki.commons', module='xwiki-commons-configuration', version='11.3.4')
)
libraryDependencies += "org.xwiki.commons" % "xwiki-commons-configuration" % "11.3.4"
[org.xwiki.commons/xwiki-commons-configuration "11.3.4"]