| GroupId | GroupIdcom.thoughtworks.compute |
|---|---|
| ArtifactId | ArtifactIdgpu_2.12 |
| Version | Version0.4.3+118-ba622236 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.compute/gpu_2.12/ -->
<dependency>
<groupId>com.thoughtworks.compute</groupId>
<artifactId>gpu_2.12</artifactId>
<version>0.4.3+118-ba622236</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.compute/gpu_2.12/
implementation 'com.thoughtworks.compute:gpu_2.12:0.4.3+118-ba622236'
// https://jarcasting.com/artifacts/com.thoughtworks.compute/gpu_2.12/
implementation ("com.thoughtworks.compute:gpu_2.12:0.4.3+118-ba622236")
'com.thoughtworks.compute:gpu_2.12:jar:0.4.3+118-ba622236'
<dependency org="com.thoughtworks.compute" name="gpu_2.12" rev="0.4.3+118-ba622236">
<artifact name="gpu_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.compute', module='gpu_2.12', version='0.4.3+118-ba622236')
)
libraryDependencies += "com.thoughtworks.compute" % "gpu_2.12" % "0.4.3+118-ba622236"
[com.thoughtworks.compute/gpu_2.12 "0.4.3+118-ba622236"]