License |
License |
---|---|
GroupId | GroupIdcc.redberry |
ArtifactId | ArtifactIdrings |
Last Version | Last Version2.5.8 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrings
Rings: efficient Java/Scala library for polynomial rings
|
Project URL |
Project URL |
Filename | Size |
---|---|
rings-2.5.8.pom | |
rings-2.5.8.jar | 967 KB |
rings-2.5.8-tests.jar | 601 KB |
rings-2.5.8-sources.jar | 513 KB |
rings-2.5.8-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/cc.redberry/rings/ -->
<dependency>
<groupId>cc.redberry</groupId>
<artifactId>rings</artifactId>
<version>2.5.8</version>
</dependency>
// https://jarcasting.com/artifacts/cc.redberry/rings/
implementation 'cc.redberry:rings:2.5.8'
// https://jarcasting.com/artifacts/cc.redberry/rings/
implementation ("cc.redberry:rings:2.5.8")
'cc.redberry:rings:jar:2.5.8'
<dependency org="cc.redberry" name="rings" rev="2.5.8">
<artifact name="rings" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.redberry', module='rings', version='2.5.8')
)
libraryDependencies += "cc.redberry" % "rings" % "2.5.8"
[cc.redberry/rings "2.5.8"]
Group / Artifact | Type | Version |
---|---|---|
cc.redberry : libdivide4j | jar | 1.2 |
cc.redberry : combinatorics | jar | 2.1 |
net.sf.trove4j : trove4j | jar | 3.0.3 |
org.apache.commons : commons-math3 | jar | 3.6.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |