GroupId | GroupIdren.crux |
---|---|
ArtifactId | ArtifactIdcrux |
Version | Version0.0.2 |
Type | Typepom |
Filename | Size |
---|---|
crux-0.0.2.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ren.crux/crux/ -->
<dependency>
<groupId>ren.crux</groupId>
<artifactId>crux</artifactId>
<version>0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ren.crux/crux/
implementation 'ren.crux:crux:0.0.2'
// https://jarcasting.com/artifacts/ren.crux/crux/
implementation ("ren.crux:crux:0.0.2")
'ren.crux:crux:pom:0.0.2'
<dependency org="ren.crux" name="crux" rev="0.0.2">
<artifact name="crux" type="pom" />
</dependency>
@Grapes(
@Grab(group='ren.crux', module='crux', version='0.0.2')
)
libraryDependencies += "ren.crux" % "crux" % "0.0.2"
[ren.crux/crux "0.0.2"]