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