| License |
License |
|---|---|
| GroupId | GroupIdcc.redberry |
| ArtifactId | ArtifactIdcore |
| Version | Version1.1.10 |
| Type | Typejar |
| Description |
Descriptionredberry-core
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 Redberry core, which contains the implementation of the basic
computer algebra routines and general-purpose transformations.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| core-1.1.10.pom | |
| core-1.1.10.jar | 1 MB |
| core-1.1.10-tests.jar | 405 KB |
| core-1.1.10-sources.jar | 868 KB |
| core-1.1.10-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/cc.redberry/core/ -->
<dependency>
<groupId>cc.redberry</groupId>
<artifactId>core</artifactId>
<version>1.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/cc.redberry/core/
implementation 'cc.redberry:core:1.1.10'
// https://jarcasting.com/artifacts/cc.redberry/core/
implementation ("cc.redberry:core:1.1.10")
'cc.redberry:core:jar:1.1.10'
<dependency org="cc.redberry" name="core" rev="1.1.10">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.redberry', module='core', version='1.1.10')
)
libraryDependencies += "cc.redberry" % "core" % "1.1.10"
[cc.redberry/core "1.1.10"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-math3 | jar | 3.2 |
| net.sf.trove4j : trove4j | jar | 3.0.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |