Jar examples for g: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.
You can download jar file groovy 2.0.0 in this page.
The Apache Software License, Version 2.0
You can use the following script to add groovy-2.0.0.jar to your project.
<dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy</artifactId> <version>2.0.0</version> </dependency>
compile group: 'org.codehaus.groovy', name: 'groovy', version: '2.0.0'
libraryDependencies += "org.codehaus.groovy" % "groovy" % "2.0.0"
<dependency org="org.codehaus.groovy" name="groovy" rev="2.0.0"/>
@Grapes(@Grab(group='org.codehaus.groovy', module='groovy', version='2.0.0'))
'org.codehaus.groovy:groovy:jar:2.0.0'
Click the following link to download the jar file.
groovy-2.0.0-javadoc.jar