License |
License |
---|---|
GroupId | GroupIdcc.redberry |
ArtifactId | ArtifactIdphysics |
Last Version | Last Version1.1.10 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionredberry-physics
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 module contains the implementation of special routines needed in
real physical problems. It contains tools for such problems like Feynman graphs
and one-loop counterterms calculation etc.
|
Project URL |
Project URL |
Filename | Size |
---|---|
physics-1.1.10.pom | |
physics-1.1.10.jar | 65 KB |
physics-1.1.10-sources.jar | 48 KB |
physics-1.1.10-javadoc.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cc.redberry/physics/ -->
<dependency>
<groupId>cc.redberry</groupId>
<artifactId>physics</artifactId>
<version>1.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/cc.redberry/physics/
implementation 'cc.redberry:physics:1.1.10'
// https://jarcasting.com/artifacts/cc.redberry/physics/
implementation ("cc.redberry:physics:1.1.10")
'cc.redberry:physics:jar:1.1.10'
<dependency org="cc.redberry" name="physics" rev="1.1.10">
<artifact name="physics" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.redberry', module='physics', version='1.1.10')
)
libraryDependencies += "cc.redberry" % "physics" % "1.1.10"
[cc.redberry/physics "1.1.10"]
Group / Artifact | Type | Version |
---|---|---|
cc.redberry : core | jar | 1.1.10 |
Group / Artifact | Type | Version |
---|---|---|
cc.redberry : core | test-jar | 1.1.10 |
junit : junit | jar | 4.8.2 |