MVN

com.thoughtworks.compute : gpu_2.12

Maven & Gradle

Jan 13, 2020
200 stars

gpu · gpu

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

Latest Version

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

  • Latest Stable: 0.4.3+119-28b5ca6f

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.thoughtworks.compute</groupId>
    <artifactId>gpu_2.12</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 : gpu_2.12 gradle dependency to your build.gradle file:

implementation 'com.thoughtworks.compute:gpu_2.12:0.4.3+119-28b5ca6f'

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

implementation("com.thoughtworks.compute:gpu_2.12:0.4.3+119-28b5ca6f")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.thoughtworks.compute" % "gpu_2.12" % "0.4.3+119-28b5ca6f"

Advertisement