is not current version
Last Version 1.1.10

cc.redberry:core 1.1.9

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.

GroupId

GroupId

cc.redberry
ArtifactId

ArtifactId

core
Version

Version

1.1.9
Type

Type

jar

Download core 1.1.9


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