is not current version
Last Version 1.1.10

cc.redberry:groovy 1.1.3

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

Type

jar

Download groovy 1.1.3


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