GroupId | GroupIdcom.thoughtworks.dsl |
---|---|
ArtifactId | ArtifactIddsl_sjs1_2.12 |
Version | Version1.5.3+34-ee9dbd9a |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.dsl/dsl_sjs1_2.12/ -->
<dependency>
<groupId>com.thoughtworks.dsl</groupId>
<artifactId>dsl_sjs1_2.12</artifactId>
<version>1.5.3+34-ee9dbd9a</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.dsl/dsl_sjs1_2.12/
implementation 'com.thoughtworks.dsl:dsl_sjs1_2.12:1.5.3+34-ee9dbd9a'
// https://jarcasting.com/artifacts/com.thoughtworks.dsl/dsl_sjs1_2.12/
implementation ("com.thoughtworks.dsl:dsl_sjs1_2.12:1.5.3+34-ee9dbd9a")
'com.thoughtworks.dsl:dsl_sjs1_2.12:jar:1.5.3+34-ee9dbd9a'
<dependency org="com.thoughtworks.dsl" name="dsl_sjs1_2.12" rev="1.5.3+34-ee9dbd9a">
<artifact name="dsl_sjs1_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.dsl', module='dsl_sjs1_2.12', version='1.5.3+34-ee9dbd9a')
)
libraryDependencies += "com.thoughtworks.dsl" % "dsl_sjs1_2.12" % "1.5.3+34-ee9dbd9a"
[com.thoughtworks.dsl/dsl_sjs1_2.12 "1.5.3+34-ee9dbd9a"]