MVN

com.thoughtworks.compute : tensors_2.11

Maven & Gradle

Jan 13, 2020
3 usages
200 stars

Tensors · Tensors

<dependency>
    <groupId>com.thoughtworks.compute</groupId>
    <artifactId>tensors_2.11</artifactId>
    <version>0.4.3+119-28b5ca6f</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.thoughtworks.compute : tensors_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.3+119-28b5ca6f

All Versions

Choose a version of com.thoughtworks.compute : tensors_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
tensors_2.11-0.4.3
tensors_2.11-0.4.2
tensors_2.11-0.4.1
tensors_2.11-0.4.0
tensors_2.11-0.4.3+119-28b5ca6f
tensors_2.11-0.4.3+118-ba622236
tensors_2.11-0.4.3+116-d3a0692c
tensors_2.11-0.4.3+114-b79d3df1
tensors_2.11-0.4.3+112-e1dc831e
tensors_2.11-0.4.3+113-98ccafd8
tensors_2.11-0.4.3+114-89726e9f
tensors_2.11-0.4.3+116-b37120f3
tensors_2.11-0.4.3+122-322540ce
tensors_2.11-0.4.3+120-420af9f9
tensors_2.11-0.4.3+118-ce47bdcf
tensors_2.11-0.4.3+114-5896299e
tensors_2.11-0.4.3+128-ff214523
tensors_2.11-0.4.3+137-34aa67f7
0.3.x
tensors_2.11-0.3.3
tensors_2.11-0.3.2
tensors_2.11-0.3.1
tensors_2.11-0.3.0
0.2.x
tensors_2.11-0.2.0

How to add a dependency to Maven

Add the following com.thoughtworks.compute : tensors_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.thoughtworks.compute</groupId>
    <artifactId>tensors_2.11</artifactId>
    <version>0.4.3+119-28b5ca6f</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.thoughtworks.compute : tensors_2.11 gradle dependency to your build.gradle file:

implementation 'com.thoughtworks.compute:tensors_2.11:0.4.3+119-28b5ca6f'

Gradle Kotlin DSL: Add the following com.thoughtworks.compute : tensors_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.thoughtworks.compute:tensors_2.11:0.4.3+119-28b5ca6f")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.thoughtworks.compute : tensors_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.thoughtworks.compute" % "tensors_2.11" % "0.4.3+119-28b5ca6f"

Advertisement