MVN

com.thoughtworks.binding : bindable_3

Maven & Gradle

Jul 04, 2023
23 stars

bindable · bindable

<dependency>
    <groupId>com.thoughtworks.binding</groupId>
    <artifactId>bindable_3</artifactId>
    <version>3.0.0+75-6931a028</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.thoughtworks.binding : bindable_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0+75-6931a028

All Versions

Choose a version of com.thoughtworks.binding : bindable_3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
bindable_3-3.0.0
bindable_3-3.0.0+75-6931a028
bindable_3-3.0.0+76-d18ddd86
bindable_3-3.0.0+74-ec164087
bindable_3-3.0.0+73-8174fc50
bindable_3-3.0.0+72-79813a3b
bindable_3-3.0.0+70-10018638
bindable_3-3.0.0+69-b96c9feb
bindable_3-3.0.0+67-e349bc8e
bindable_3-3.0.0+66-04982f93
bindable_3-3.0.0+2-f838ff4e
2.2.x
bindable_3-2.2.0
2.1.x
bindable_3-2.1.3+82-18eed2a6
bindable_3-2.1.3+81-8ac54bf7
bindable_3-2.1.3+78-2ac59322
bindable_3-2.1.3+77-9cddc8b5
bindable_3-2.1.3+75-8b6118d2
bindable_3-2.1.3+76-8ab4065d
bindable_3-2.1.3+76-2b461e9c
bindable_3-2.1.3+76-d509f115
bindable_3-2.1.3+75-a18a9b3e
bindable_3-2.1.3+76-44eca958
bindable_3-2.1.3+74-40790750
bindable_3-2.1.3+75-cb2dc710

How to add a dependency to Maven

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

<dependency>
    <groupId>com.thoughtworks.binding</groupId>
    <artifactId>bindable_3</artifactId>
    <version>3.0.0+75-6931a028</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.thoughtworks.binding : bindable_3 gradle dependency to your build.gradle file:

implementation 'com.thoughtworks.binding:bindable_3:3.0.0+75-6931a028'

Gradle Kotlin DSL: Add the following com.thoughtworks.binding : bindable_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.thoughtworks.binding:bindable_3:3.0.0+75-6931a028")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.thoughtworks.binding : bindable_3 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.thoughtworks.binding" % "bindable_3" % "3.0.0+75-6931a028"