is not current version
Last Version 1.1.10

cc.redberry:groovy 1.1.6-RC1

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 the Groovy facade for Redberry. It contains the classes and categories defining DSL features and syntax notations for common routines from redebrry-core and redberry-physics.

Categories

Categories

Groovy Languages
GroupId

GroupId

cc.redberry
ArtifactId

ArtifactId

groovy
Version

Version

1.1.6-RC1
Type

Type

jar

Download groovy 1.1.6-RC1


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