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