License |
License |
---|---|
Categories |
CategoriesGroovy Languages |
GroupId | GroupIdcc.redberry |
ArtifactId | ArtifactIdgroovy |
Last Version | Last Version1.1.10 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionredberry-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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
groovy-1.1.10.pom | |
groovy-1.1.10.jar | 84 KB |
groovy-1.1.10-sources.jar | 8 KB |
groovy-1.1.10-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cc.redberry/groovy/ -->
<dependency>
<groupId>cc.redberry</groupId>
<artifactId>groovy</artifactId>
<version>1.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/cc.redberry/groovy/
implementation 'cc.redberry:groovy:1.1.10'
// https://jarcasting.com/artifacts/cc.redberry/groovy/
implementation ("cc.redberry:groovy:1.1.10")
'cc.redberry:groovy:jar:1.1.10'
<dependency org="cc.redberry" name="groovy" rev="1.1.10">
<artifact name="groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.redberry', module='groovy', version='1.1.10')
)
libraryDependencies += "cc.redberry" % "groovy" % "1.1.10"
[cc.redberry/groovy "1.1.10"]
Group / Artifact | Type | Version |
---|---|---|
cc.redberry : core | jar | 1.1.10 |
cc.redberry : physics | jar | 1.1.10 |
org.codehaus.groovy : groovy-all | jar | 2.3.8 |
org.codehaus.groovy : groovy-backports-compat23 | jar | 2.3.5 |
Group / Artifact | Type | Version |
---|---|---|
cc.redberry : core | test-jar | 1.1.10 |
junit : junit | jar | 4.8.2 |