MVN

cc.redberry : groovy

Maven & Gradle

Jan 17, 2016

redberry-groovy · 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.

<dependency>
    <groupId>cc.redberry</groupId>
    <artifactId>groovy</artifactId>
    <version>1.1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cc.redberry : groovy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.10
  • Latest Release Candidate: 1.1.6-RC1

All Versions

Choose a version of cc.redberry : groovy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
groovy-1.1.10
groovy-1.1.9
groovy-1.1.8
groovy-1.1.7
groovy-1.1.6
groovy-1.1.6-RC1
groovy-1.1.5
groovy-1.1.4
groovy-1.1.3
groovy-1.1.2
groovy-1.1.1
1.1
groovy-1.1
groovy-1.1-RC0

How to add a dependency to Maven

Add the following cc.redberry : groovy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cc.redberry</groupId>
    <artifactId>groovy</artifactId>
    <version>1.1.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cc.redberry : groovy gradle dependency to your build.gradle file:

implementation 'cc.redberry:groovy:1.1.10'

Gradle Kotlin DSL: Add the following cc.redberry : groovy gradle kotlin dependency to your build.gradle.kts file:

implementation("cc.redberry:groovy:1.1.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following cc.redberry : groovy sbt scala dependency to your build.sbt file:

libraryDependencies += "cc.redberry" % "groovy" % "1.1.10"

Advertisement

Dependencies from Group

Mar 16, 2023
4 usages
Sep 27, 2021
3 usages
71 stars
Jan 17, 2016
2 usages
Jan 17, 2016
1 usages
Apr 14, 2019
1 usages

Discover Dependencies