GroupId | GroupIdcom.thoughtworks.compute |
---|---|
ArtifactId | ArtifactIdcpu_2.12 |
Version | Version0.4.3 |
Type | Typejar |
Filename | Size |
---|---|
cpu_2.12-0.4.3.pom | |
cpu_2.12-0.4.3.jar | 8 KB |
cpu_2.12-0.4.3-sources.jar | 1 KB |
cpu_2.12-0.4.3-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.compute/cpu_2.12/ -->
<dependency>
<groupId>com.thoughtworks.compute</groupId>
<artifactId>cpu_2.12</artifactId>
<version>0.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.compute/cpu_2.12/
implementation 'com.thoughtworks.compute:cpu_2.12:0.4.3'
// https://jarcasting.com/artifacts/com.thoughtworks.compute/cpu_2.12/
implementation ("com.thoughtworks.compute:cpu_2.12:0.4.3")
'com.thoughtworks.compute:cpu_2.12:jar:0.4.3'
<dependency org="com.thoughtworks.compute" name="cpu_2.12" rev="0.4.3">
<artifact name="cpu_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.compute', module='cpu_2.12', version='0.4.3')
)
libraryDependencies += "com.thoughtworks.compute" % "cpu_2.12" % "0.4.3"
[com.thoughtworks.compute/cpu_2.12 "0.4.3"]