| GroupId | GroupIdorg.xwiki.commons | 
|---|---|
| ArtifactId | ArtifactIdxwiki-commons-legacy-component | 
| Version | Version8.0-milestone-1 | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| xwiki-commons-legacy-component-8.0-milestone-1.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-legacy-component/ -->
<dependency>
    <groupId>org.xwiki.commons</groupId>
    <artifactId>xwiki-commons-legacy-component</artifactId>
    <version>8.0-milestone-1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-legacy-component/
implementation 'org.xwiki.commons:xwiki-commons-legacy-component:8.0-milestone-1'// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-legacy-component/
implementation ("org.xwiki.commons:xwiki-commons-legacy-component:8.0-milestone-1")'org.xwiki.commons:xwiki-commons-legacy-component:pom:8.0-milestone-1'<dependency org="org.xwiki.commons" name="xwiki-commons-legacy-component" rev="8.0-milestone-1">
  <artifact name="xwiki-commons-legacy-component" type="pom" />
</dependency>@Grapes(
@Grab(group='org.xwiki.commons', module='xwiki-commons-legacy-component', version='8.0-milestone-1')
)libraryDependencies += "org.xwiki.commons" % "xwiki-commons-legacy-component" % "8.0-milestone-1"[org.xwiki.commons/xwiki-commons-legacy-component "8.0-milestone-1"]