GroupId | GroupIdorg.crsh |
---|---|
ArtifactId | ArtifactIdcrsh.doc.reference |
Version | Version1.2.0-cr11 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.crsh/crsh.doc.reference/ -->
<dependency>
<groupId>org.crsh</groupId>
<artifactId>crsh.doc.reference</artifactId>
<version>1.2.0-cr11</version>
</dependency>
// https://jarcasting.com/artifacts/org.crsh/crsh.doc.reference/
implementation 'org.crsh:crsh.doc.reference:1.2.0-cr11'
// https://jarcasting.com/artifacts/org.crsh/crsh.doc.reference/
implementation ("org.crsh:crsh.doc.reference:1.2.0-cr11")
'org.crsh:crsh.doc.reference:jar:1.2.0-cr11'
<dependency org="org.crsh" name="crsh.doc.reference" rev="1.2.0-cr11">
<artifact name="crsh.doc.reference" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.crsh', module='crsh.doc.reference', version='1.2.0-cr11')
)
libraryDependencies += "org.crsh" % "crsh.doc.reference" % "1.2.0-cr11"
[org.crsh/crsh.doc.reference "1.2.0-cr11"]