GroupId | GroupIdorg.xwiki.commons |
---|---|
ArtifactId | ArtifactIdxwiki-commons-cache-tests |
Version | Version9.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-cache-tests/ -->
<dependency>
<groupId>org.xwiki.commons</groupId>
<artifactId>xwiki-commons-cache-tests</artifactId>
<version>9.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-cache-tests/
implementation 'org.xwiki.commons:xwiki-commons-cache-tests:9.4'
// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-cache-tests/
implementation ("org.xwiki.commons:xwiki-commons-cache-tests:9.4")
'org.xwiki.commons:xwiki-commons-cache-tests:jar:9.4'
<dependency org="org.xwiki.commons" name="xwiki-commons-cache-tests" rev="9.4">
<artifact name="xwiki-commons-cache-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xwiki.commons', module='xwiki-commons-cache-tests', version='9.4')
)
libraryDependencies += "org.xwiki.commons" % "xwiki-commons-cache-tests" % "9.4"
[org.xwiki.commons/xwiki-commons-cache-tests "9.4"]