| Группа | Группаcom.thoughtworks.binding |
|---|---|
| Идентификатор | Идентификаторbinding_2.13 |
| Версия | Версия12.0.0-M0+25-5f79326c |
| Тип | Типjar |
<!-- 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-M0+25-5f79326c</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.binding/binding_2.13/
implementation 'com.thoughtworks.binding:binding_2.13:12.0.0-M0+25-5f79326c'
// https://jarcasting.com/artifacts/com.thoughtworks.binding/binding_2.13/
implementation ("com.thoughtworks.binding:binding_2.13:12.0.0-M0+25-5f79326c")
'com.thoughtworks.binding:binding_2.13:jar:12.0.0-M0+25-5f79326c'
<dependency org="com.thoughtworks.binding" name="binding_2.13" rev="12.0.0-M0+25-5f79326c">
<artifact name="binding_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.binding', module='binding_2.13', version='12.0.0-M0+25-5f79326c')
)
libraryDependencies += "com.thoughtworks.binding" % "binding_2.13" % "12.0.0-M0+25-5f79326c"
[com.thoughtworks.binding/binding_2.13 "12.0.0-M0+25-5f79326c"]