is not current version
Last Version 1.1.10

cc.redberry:core 1.1.1

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.1
Type

Type

jar

Download core 1.1.1


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