GroupId | GroupIdcom.thoughtworks.compute |
---|---|
ArtifactId | ArtifactIdbenchmarks_2.11 |
Version | Version0.3.1 |
Type | Typejar |
Filename | Size |
---|---|
benchmarks_2.11-0.3.1.pom | |
benchmarks_2.11-0.3.1.jar | 323 bytes |
benchmarks_2.11-0.3.1-sources.jar | 261 bytes |
benchmarks_2.11-0.3.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.compute/benchmarks_2.11/ -->
<dependency>
<groupId>com.thoughtworks.compute</groupId>
<artifactId>benchmarks_2.11</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.compute/benchmarks_2.11/
implementation 'com.thoughtworks.compute:benchmarks_2.11:0.3.1'
// https://jarcasting.com/artifacts/com.thoughtworks.compute/benchmarks_2.11/
implementation ("com.thoughtworks.compute:benchmarks_2.11:0.3.1")
'com.thoughtworks.compute:benchmarks_2.11:jar:0.3.1'
<dependency org="com.thoughtworks.compute" name="benchmarks_2.11" rev="0.3.1">
<artifact name="benchmarks_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.compute', module='benchmarks_2.11', version='0.3.1')
)
libraryDependencies += "com.thoughtworks.compute" % "benchmarks_2.11" % "0.3.1"
[com.thoughtworks.compute/benchmarks_2.11 "0.3.1"]