License |
License |
---|---|
GroupId | GroupIdorg.xwiki.commons |
ArtifactId | ArtifactIdxwiki-commons-cache |
Version | Version14.1 |
Type | Typepom |
Description |
DescriptionXWiki Commons - Cache - Parent POM
XWiki Commons - Cache - Parent POM
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
xwiki-commons-cache-14.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-cache/ -->
<dependency>
<groupId>org.xwiki.commons</groupId>
<artifactId>xwiki-commons-cache</artifactId>
<version>14.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-cache/
implementation 'org.xwiki.commons:xwiki-commons-cache:14.1'
// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-cache/
implementation ("org.xwiki.commons:xwiki-commons-cache:14.1")
'org.xwiki.commons:xwiki-commons-cache:pom:14.1'
<dependency org="org.xwiki.commons" name="xwiki-commons-cache" rev="14.1">
<artifact name="xwiki-commons-cache" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.xwiki.commons', module='xwiki-commons-cache', version='14.1')
)
libraryDependencies += "org.xwiki.commons" % "xwiki-commons-cache" % "14.1"
[org.xwiki.commons/xwiki-commons-cache "14.1"]