GroupId | GroupIdcc.redberry |
---|---|
ArtifactId | ArtifactIdrings |
Version | Version2.2 |
Type | Typejar |
Filename | Size |
---|---|
rings-2.2.pom | |
rings-2.2.jar | 646 KB |
rings-2.2-tests.jar | 312 KB |
rings-2.2-sources.jar | 389 KB |
rings-2.2-javadoc.jar | 846 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cc.redberry/rings/ -->
<dependency>
<groupId>cc.redberry</groupId>
<artifactId>rings</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/cc.redberry/rings/
implementation 'cc.redberry:rings:2.2'
// https://jarcasting.com/artifacts/cc.redberry/rings/
implementation ("cc.redberry:rings:2.2")
'cc.redberry:rings:jar:2.2'
<dependency org="cc.redberry" name="rings" rev="2.2">
<artifact name="rings" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.redberry', module='rings', version='2.2')
)
libraryDependencies += "cc.redberry" % "rings" % "2.2"
[cc.redberry/rings "2.2"]