Categories |
CategoriesSpoon Application Testing & Monitoring Code Analysis |
---|---|
GroupId | GroupIdorg.xwiki.commons |
ArtifactId | ArtifactIdxwiki-commons-tool-spoon-tests |
Version | Version12.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-tool-spoon-tests/ -->
<dependency>
<groupId>org.xwiki.commons</groupId>
<artifactId>xwiki-commons-tool-spoon-tests</artifactId>
<version>12.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-tool-spoon-tests/
implementation 'org.xwiki.commons:xwiki-commons-tool-spoon-tests:12.5'
// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-tool-spoon-tests/
implementation ("org.xwiki.commons:xwiki-commons-tool-spoon-tests:12.5")
'org.xwiki.commons:xwiki-commons-tool-spoon-tests:jar:12.5'
<dependency org="org.xwiki.commons" name="xwiki-commons-tool-spoon-tests" rev="12.5">
<artifact name="xwiki-commons-tool-spoon-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xwiki.commons', module='xwiki-commons-tool-spoon-tests', version='12.5')
)
libraryDependencies += "org.xwiki.commons" % "xwiki-commons-tool-spoon-tests" % "12.5"
[org.xwiki.commons/xwiki-commons-tool-spoon-tests "12.5"]