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
文件下载
文件名 操作
core-1.1.8.jar 下载
core-1.1.8.pom 下载
core-1.1.8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>cc.redberry</groupId>
  <artifactId>core</artifactId>
  <version>1.1.8</version>
</dependency>
Gradle Groovy
implementation 'cc.redberry:core:1.1.8'
Gradle Kotlin
implementation("cc.redberry:core:1.1.8")
Scala SBT
libraryDependencies += "cc.redberry" % "core" % "1.1.8"
Groovy Grape
@Grapes(
  @Grab(group='cc.redberry', module='core', version='1.1.8')
)
Apache Ivy
<dependency org="cc.redberry" name="core" rev="1.1.8" />
Leiningen
[cc.redberry/core "1.1.8"]
Apache Buildr
'cc.redberry:core:jar:1.1.8'