| Categories |
CategoriesGroovy Languages |
|---|---|
| GroupId | GroupIdorg.xwiki.commons |
| ArtifactId | ArtifactIdxwiki-commons-groovy |
| Version | Version6.2.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| xwiki-commons-groovy-6.2.2.pom | |
| xwiki-commons-groovy-6.2.2.jar | 19 KB |
| xwiki-commons-groovy-6.2.2-sources.jar | 19 KB |
| xwiki-commons-groovy-6.2.2-javadoc.jar | 53 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-groovy/ -->
<dependency>
<groupId>org.xwiki.commons</groupId>
<artifactId>xwiki-commons-groovy</artifactId>
<version>6.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-groovy/
implementation 'org.xwiki.commons:xwiki-commons-groovy:6.2.2'
// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-groovy/
implementation ("org.xwiki.commons:xwiki-commons-groovy:6.2.2")
'org.xwiki.commons:xwiki-commons-groovy:jar:6.2.2'
<dependency org="org.xwiki.commons" name="xwiki-commons-groovy" rev="6.2.2">
<artifact name="xwiki-commons-groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xwiki.commons', module='xwiki-commons-groovy', version='6.2.2')
)
libraryDependencies += "org.xwiki.commons" % "xwiki-commons-groovy" % "6.2.2"
[org.xwiki.commons/xwiki-commons-groovy "6.2.2"]