Download groovy-1.0-jsr-06.jar file - Jar g

Jar examples for g:groovy

Description

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 1.0-jsr-06 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add groovy-1.0-jsr-06.jar to your project.

<dependency>
   <groupId>groovy</groupId>
   <artifactId>groovy</artifactId>
   <version>1.0-jsr-06</version>
</dependency>
compile group: 'groovy', name: 'groovy', version: '1.0-jsr-06'
libraryDependencies += "groovy" % "groovy" % "1.0-jsr-06"
<dependency org="groovy" name="groovy" rev="1.0-jsr-06"/>
@Grapes(@Grab(group='groovy', module='groovy', version='1.0-jsr-06'))
'groovy:groovy:jar:1.0-jsr-06'

Download

Click the following link to download the jar file.

groovy-1.0-jsr-06-sources.jar
groovy-1.0-jsr-06.jar
groovy-1.0-jsr-06.pom



Related Tutorials