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