GroupId | GroupIdcom.cinchapi |
---|---|
ArtifactId | ArtifactIdconcourse-ete-test-core |
Version | Version0.11.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.cinchapi/concourse-ete-test-core/ -->
<dependency>
<groupId>com.cinchapi</groupId>
<artifactId>concourse-ete-test-core</artifactId>
<version>0.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cinchapi/concourse-ete-test-core/
implementation 'com.cinchapi:concourse-ete-test-core:0.11.1'
// https://jarcasting.com/artifacts/com.cinchapi/concourse-ete-test-core/
implementation ("com.cinchapi:concourse-ete-test-core:0.11.1")
'com.cinchapi:concourse-ete-test-core:jar:0.11.1'
<dependency org="com.cinchapi" name="concourse-ete-test-core" rev="0.11.1">
<artifact name="concourse-ete-test-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cinchapi', module='concourse-ete-test-core', version='0.11.1')
)
libraryDependencies += "com.cinchapi" % "concourse-ete-test-core" % "0.11.1"
[com.cinchapi/concourse-ete-test-core "0.11.1"]