is not current version
Last Version 1.1.10

cc.redberry:groovy 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.

Categories

Categories

Groovy Languages
GroupId

GroupId

cc.redberry
ArtifactId

ArtifactId

groovy
Version

Version

1.1-RC0
Type

Type

jar

Download groovy 1.1-RC0


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