| GroupId | GroupIdcom.thoughtworks.binding |
|---|---|
| ArtifactId | ArtifactIdbindable_2.13 |
| Version | Version2.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| bindable_2.13-2.1.1.pom | |
| bindable_2.13-2.1.1.jar | 43 KB |
| bindable_2.13-2.1.1-sources.jar | 2 KB |
| bindable_2.13-2.1.1-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.binding/bindable_2.13/ -->
<dependency>
<groupId>com.thoughtworks.binding</groupId>
<artifactId>bindable_2.13</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.binding/bindable_2.13/
implementation 'com.thoughtworks.binding:bindable_2.13:2.1.1'
// https://jarcasting.com/artifacts/com.thoughtworks.binding/bindable_2.13/
implementation ("com.thoughtworks.binding:bindable_2.13:2.1.1")
'com.thoughtworks.binding:bindable_2.13:jar:2.1.1'
<dependency org="com.thoughtworks.binding" name="bindable_2.13" rev="2.1.1">
<artifact name="bindable_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.binding', module='bindable_2.13', version='2.1.1')
)
libraryDependencies += "com.thoughtworks.binding" % "bindable_2.13" % "2.1.1"
[com.thoughtworks.binding/bindable_2.13 "2.1.1"]