is not current version
Last Version 1.1.10

cc.redberry:core 1.1-RC0

Redberry is an open source Java framework providing capabilities for manipulation with tensors. The framework contains wide spectrum of algorithms required by tensor algebra. It is designed to find analytical solutions of complicated mathematical and physical problems.

GroupId

GroupId

cc.redberry
ArtifactId

ArtifactId

core
Version

Version

1.1-RC0
Type

Type

jar

Download core 1.1-RC0


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