GroupId | GroupIdcom.thoughtworks.binding |
---|---|
ArtifactId | ArtifactIdbindable_sjs1_2.13 |
Version | Version2.0.0-M1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.binding/bindable_sjs1_2.13/ -->
<dependency>
<groupId>com.thoughtworks.binding</groupId>
<artifactId>bindable_sjs1_2.13</artifactId>
<version>2.0.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.binding/bindable_sjs1_2.13/
implementation 'com.thoughtworks.binding:bindable_sjs1_2.13:2.0.0-M1'
// https://jarcasting.com/artifacts/com.thoughtworks.binding/bindable_sjs1_2.13/
implementation ("com.thoughtworks.binding:bindable_sjs1_2.13:2.0.0-M1")
'com.thoughtworks.binding:bindable_sjs1_2.13:jar:2.0.0-M1'
<dependency org="com.thoughtworks.binding" name="bindable_sjs1_2.13" rev="2.0.0-M1">
<artifact name="bindable_sjs1_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.binding', module='bindable_sjs1_2.13', version='2.0.0-M1')
)
libraryDependencies += "com.thoughtworks.binding" % "bindable_sjs1_2.13" % "2.0.0-M1"
[com.thoughtworks.binding/bindable_sjs1_2.13 "2.0.0-M1"]