MVN

com.thoughtworks.binding : bindable_sjs0.6_2.12

Maven & Gradle

Dec 25, 2019
2 usages
23 stars

bindable · bindable

<dependency>
    <groupId>com.thoughtworks.binding</groupId>
    <artifactId>bindable_sjs0.6_2.12</artifactId>
    <version>1.1.0+73-f768a1e2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.thoughtworks.binding : bindable_sjs0.6_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0+73-f768a1e2

All Versions

Choose a version of com.thoughtworks.binding : bindable_sjs0.6_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
bindable_sjs0.6_2.12-1.1.0
bindable_sjs0.6_2.12-1.1.0+73-f768a1e2
bindable_sjs0.6_2.12-1.1.0+71-8d5072af
bindable_sjs0.6_2.12-1.1.0+67-0d9bd3f5
bindable_sjs0.6_2.12-1.1.0+65-ebcd9665
bindable_sjs0.6_2.12-1.1.0+63-828bc5a4
bindable_sjs0.6_2.12-1.1.0+61-c660634c
bindable_sjs0.6_2.12-1.1.0+55-ddcaf5a6
bindable_sjs0.6_2.12-1.1.0+53-301d5677
bindable_sjs0.6_2.12-1.1.0+51-bf1363f1
bindable_sjs0.6_2.12-1.1.0+49-26458f2e
bindable_sjs0.6_2.12-1.1.0+47-cef186ff
bindable_sjs0.6_2.12-1.1.0+45-50ec3526
bindable_sjs0.6_2.12-1.1.0+41-579a29dc
bindable_sjs0.6_2.12-1.1.0+39-1a49b9c1
bindable_sjs0.6_2.12-1.1.0+38-aae182ce
bindable_sjs0.6_2.12-1.1.0+31-ca4d676e
bindable_sjs0.6_2.12-1.1.0+30-f752c801
bindable_sjs0.6_2.12-1.1.0+29-635da3ea
bindable_sjs0.6_2.12-1.1.0+28-eda56c75
bindable_sjs0.6_2.12-1.1.0+20-83f1e08b
bindable_sjs0.6_2.12-1.1.0+18-6a710101
bindable_sjs0.6_2.12-1.1.0+16-95c9440e
bindable_sjs0.6_2.12-1.1.0+14-5e2f78d9
bindable_sjs0.6_2.12-1.1.0+12-96476805
bindable_sjs0.6_2.12-1.1.0+10-f2aca74f
bindable_sjs0.6_2.12-1.1.0+8-fd5d0de6
bindable_sjs0.6_2.12-1.1.0+6-2219f586
bindable_sjs0.6_2.12-1.1.0+4-23ce19cd
bindable_sjs0.6_2.12-1.1.0+2-4354a69b
1.0.x
bindable_sjs0.6_2.12-1.0.1-70-039472d1
bindable_sjs0.6_2.12-1.0.1-69-01bc9d99
bindable_sjs0.6_2.12-1.0.1-68-63956394
bindable_sjs0.6_2.12-1.0.1-66-5a7b72a0
bindable_sjs0.6_2.12-1.0.1-64-5a774591
bindable_sjs0.6_2.12-1.0.1-61-49252e8b
bindable_sjs0.6_2.12-1.0.1-61-2f7d4b1c
bindable_sjs0.6_2.12-1.0.1-59-8c6a459b
bindable_sjs0.6_2.12-1.0.1
bindable_sjs0.6_2.12-1.0.1+78-9b7356d1
bindable_sjs0.6_2.12-1.0.1+52-12b48ae3

How to add a dependency to Maven

Add the following com.thoughtworks.binding : bindable_sjs0.6_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.thoughtworks.binding</groupId>
    <artifactId>bindable_sjs0.6_2.12</artifactId>
    <version>1.1.0+73-f768a1e2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.thoughtworks.binding : bindable_sjs0.6_2.12 gradle dependency to your build.gradle file:

implementation 'com.thoughtworks.binding:bindable_sjs0.6_2.12:1.1.0+73-f768a1e2'

Gradle Kotlin DSL: Add the following com.thoughtworks.binding : bindable_sjs0.6_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.thoughtworks.binding:bindable_sjs0.6_2.12:1.1.0+73-f768a1e2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.thoughtworks.binding : bindable_sjs0.6_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.thoughtworks.binding" % "bindable_sjs0.6_2.12" % "1.1.0+73-f768a1e2"

Advertisement