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