| Categories | CategoriesGroovy Languages | 
|---|---|
| GroupId | GroupIdorg.xwiki.commons | 
| ArtifactId | ArtifactIdxwiki-commons-groovy | 
| Version | Version5.1-milestone-2 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-groovy/ -->
<dependency>
    <groupId>org.xwiki.commons</groupId>
    <artifactId>xwiki-commons-groovy</artifactId>
    <version>5.1-milestone-2</version>
</dependency>// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-groovy/
implementation 'org.xwiki.commons:xwiki-commons-groovy:5.1-milestone-2'// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-groovy/
implementation ("org.xwiki.commons:xwiki-commons-groovy:5.1-milestone-2")'org.xwiki.commons:xwiki-commons-groovy:jar:5.1-milestone-2'<dependency org="org.xwiki.commons" name="xwiki-commons-groovy" rev="5.1-milestone-2">
  <artifact name="xwiki-commons-groovy" type="jar" />
</dependency>@Grapes(
@Grab(group='org.xwiki.commons', module='xwiki-commons-groovy', version='5.1-milestone-2')
)libraryDependencies += "org.xwiki.commons" % "xwiki-commons-groovy" % "5.1-milestone-2"[org.xwiki.commons/xwiki-commons-groovy "5.1-milestone-2"]