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