Download rings-2.3.1.jar file - Jar r

Jar examples for r:rings

Description

Rings: efficient Java/Scala library for polynomial rings

You can download jar file rings 2.3.1 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add rings-2.3.1.jar to your project.

<dependency>
   <groupId>cc.redberry</groupId>
   <artifactId>rings</artifactId>
   <version>2.3.1</version>
</dependency>
compile group: 'cc.redberry', name: 'rings', version: '2.3.1'
libraryDependencies += "cc.redberry" % "rings" % "2.3.1"
<dependency org="cc.redberry" name="rings" rev="2.3.1"/>
@Grapes(@Grab(group='cc.redberry', module='rings', version='2.3.1'))
'cc.redberry:rings:jar:2.3.1'

Download

Click the following link to download the jar file.

rings-2.3.1-javadoc.jar
rings-2.3.1-sources.jar
rings-2.3.1-tests.jar
rings-2.3.1.jar
rings-2.3.1.pom



Related Tutorials