is not current version
Last Version 1.1.10

cc.redberry:physics 1.1.6-RC1

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.

GroupId

GroupId

cc.redberry
ArtifactId

ArtifactId

physics
Version

Version

1.1.6-RC1
Type

Type

jar

Download physics 1.1.6-RC1


<!-- https://jarcasting.com/artifacts/cc.redberry/physics/ -->
<dependency>
    <groupId>cc.redberry</groupId>
    <artifactId>physics</artifactId>
    <version>1.1.6-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/cc.redberry/physics/
implementation 'cc.redberry:physics:1.1.6-RC1'
// https://jarcasting.com/artifacts/cc.redberry/physics/
implementation ("cc.redberry:physics:1.1.6-RC1")
'cc.redberry:physics:jar:1.1.6-RC1'
<dependency org="cc.redberry" name="physics" rev="1.1.6-RC1">
  <artifact name="physics" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.redberry', module='physics', version='1.1.6-RC1')
)
libraryDependencies += "cc.redberry" % "physics" % "1.1.6-RC1"
[cc.redberry/physics "1.1.6-RC1"]