c

core

Redberry is an open source computer algebra system designed for tensor manipulation. It implements basic computer algebra system routines as well as complex tools for real computations in physics. This is Redberry core, which contains the implementation of the basic computer algebra routines and general-purpose transformations.
http://redberry.cc/
GNU General Public License, version 3
Poslavsky Stanislav Bolotin Dmitriy
Files download
File Operation
core-1.1.4.jar download
core-1.1.4.pom download
core-1.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>cc.redberry</groupId>
  <artifactId>core</artifactId>
  <version>1.1.4</version>
</dependency>
Gradle Groovy
implementation 'cc.redberry:core:1.1.4'
Gradle Kotlin
implementation("cc.redberry:core:1.1.4")
Scala SBT
libraryDependencies += "cc.redberry" % "core" % "1.1.4"
Groovy Grape
@Grapes(
  @Grab(group='cc.redberry', module='core', version='1.1.4')
)
Apache Ivy
<dependency org="cc.redberry" name="core" rev="1.1.4" />
Leiningen
[cc.redberry/core "1.1.4"]
Apache Buildr
'cc.redberry:core:jar:1.1.4'