MVN

cc.redberry : physics

Maven & Gradle

Jan 17, 2016
1 usages

redberry-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.

<dependency>
    <groupId>cc.redberry</groupId>
    <artifactId>physics</artifactId>
    <version>1.1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cc.redberry : physics to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.10
  • Latest Release Candidate: 1.1.6-RC1

All Versions

Choose a version of cc.redberry : physics to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
physics-1.1.10
physics-1.1.9
physics-1.1.8
physics-1.1.7
physics-1.1.6
physics-1.1.6-RC1
physics-1.1.5
physics-1.1.4
physics-1.1.3
physics-1.1.2
physics-1.1.1
1.1
physics-1.1
physics-1.1-RC0

How to add a dependency to Maven

Add the following cc.redberry : physics maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cc.redberry</groupId>
    <artifactId>physics</artifactId>
    <version>1.1.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cc.redberry : physics gradle dependency to your build.gradle file:

implementation 'cc.redberry:physics:1.1.10'

Gradle Kotlin DSL: Add the following cc.redberry : physics gradle kotlin dependency to your build.gradle.kts file:

implementation("cc.redberry:physics:1.1.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following cc.redberry : physics sbt scala dependency to your build.sbt file:

libraryDependencies += "cc.redberry" % "physics" % "1.1.10"

Advertisement

Dependencies from Group

Mar 16, 2023
4 usages
Sep 27, 2021
3 usages
71 stars
Jan 17, 2016
2 usages
Jan 17, 2016
1 usages
Apr 14, 2019
1 usages

Discover Dependencies