is not current version
Last Version 2.5.8

cc.redberry:rings 2.0

Rings: efficient Java/Scala library for polynomial rings

GroupId

GroupId

cc.redberry
ArtifactId

ArtifactId

rings
Version

Version

2.0
Type

Type

jar

Download rings 2.0


<!-- https://jarcasting.com/artifacts/cc.redberry/rings/ -->
<dependency>
    <groupId>cc.redberry</groupId>
    <artifactId>rings</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/cc.redberry/rings/
implementation 'cc.redberry:rings:2.0'
// https://jarcasting.com/artifacts/cc.redberry/rings/
implementation ("cc.redberry:rings:2.0")
'cc.redberry:rings:jar:2.0'
<dependency org="cc.redberry" name="rings" rev="2.0">
  <artifact name="rings" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.redberry', module='rings', version='2.0')
)
libraryDependencies += "cc.redberry" % "rings" % "2.0"
[cc.redberry/rings "2.0"]