| Группа | Группаcom.thoughtworks.binding |
|---|---|
| Идентификатор | Идентификаторbindable_2.13 |
| Версия | Версия2.0.0-M1+8-83555d96 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.binding/bindable_2.13/ -->
<dependency>
<groupId>com.thoughtworks.binding</groupId>
<artifactId>bindable_2.13</artifactId>
<version>2.0.0-M1+8-83555d96</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.binding/bindable_2.13/
implementation 'com.thoughtworks.binding:bindable_2.13:2.0.0-M1+8-83555d96'
// https://jarcasting.com/artifacts/com.thoughtworks.binding/bindable_2.13/
implementation ("com.thoughtworks.binding:bindable_2.13:2.0.0-M1+8-83555d96")
'com.thoughtworks.binding:bindable_2.13:jar:2.0.0-M1+8-83555d96'
<dependency org="com.thoughtworks.binding" name="bindable_2.13" rev="2.0.0-M1+8-83555d96">
<artifact name="bindable_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.binding', module='bindable_2.13', version='2.0.0-M1+8-83555d96')
)
libraryDependencies += "com.thoughtworks.binding" % "bindable_2.13" % "2.0.0-M1+8-83555d96"
[com.thoughtworks.binding/bindable_2.13 "2.0.0-M1+8-83555d96"]