| Categories | CategoriesMaven Build Tools | 
|---|---|
| GroupId | GroupIdorg.xwiki.commons | 
| ArtifactId | ArtifactIdxwiki-commons-extension-repository-maven-snapshots | 
| Version | Version8.0-milestone-2 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-extension-repository-maven-snapshots/ -->
<dependency>
    <groupId>org.xwiki.commons</groupId>
    <artifactId>xwiki-commons-extension-repository-maven-snapshots</artifactId>
    <version>8.0-milestone-2</version>
</dependency>// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-extension-repository-maven-snapshots/
implementation 'org.xwiki.commons:xwiki-commons-extension-repository-maven-snapshots:8.0-milestone-2'// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-extension-repository-maven-snapshots/
implementation ("org.xwiki.commons:xwiki-commons-extension-repository-maven-snapshots:8.0-milestone-2")'org.xwiki.commons:xwiki-commons-extension-repository-maven-snapshots:jar:8.0-milestone-2'<dependency org="org.xwiki.commons" name="xwiki-commons-extension-repository-maven-snapshots" rev="8.0-milestone-2">
  <artifact name="xwiki-commons-extension-repository-maven-snapshots" type="jar" />
</dependency>@Grapes(
@Grab(group='org.xwiki.commons', module='xwiki-commons-extension-repository-maven-snapshots', version='8.0-milestone-2')
)libraryDependencies += "org.xwiki.commons" % "xwiki-commons-extension-repository-maven-snapshots" % "8.0-milestone-2"[org.xwiki.commons/xwiki-commons-extension-repository-maven-snapshots "8.0-milestone-2"]