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