MVN

org.tensorics : tensorics-core-starter

Maven & Gradle

Apr 23, 2021
1 usages
0 stars

org.tensorics:tensorics-core-starter · Tensorics is a java framework which uses a tensor as a central object. A tensor represents a set of values placed in an N-dimensional space. Wherever you are tempted to use maps of maps, a tensor might be a good choice ;-) Tensorics provides methods to create, transform and performing calculations with those tensors.

<dependency>
    <groupId>org.tensorics</groupId>
    <artifactId>tensorics-core-starter</artifactId>
    <version>0.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.tensorics : tensorics-core-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.8

All Versions

Choose a version of org.tensorics : tensorics-core-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
tensorics-core-starter-0.0.8

How to add a dependency to Maven

Add the following org.tensorics : tensorics-core-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.tensorics</groupId>
    <artifactId>tensorics-core-starter</artifactId>
    <version>0.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.tensorics : tensorics-core-starter gradle dependency to your build.gradle file:

implementation 'org.tensorics:tensorics-core-starter:0.0.8'

Gradle Kotlin DSL: Add the following org.tensorics : tensorics-core-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("org.tensorics:tensorics-core-starter:0.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.tensorics : tensorics-core-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "org.tensorics" % "tensorics-core-starter" % "0.0.8"

Advertisement