MVN

com.thoughtworks.binding : core_2.11

Maven & Gradle

Aug 01, 2016
1.5k stars

core · Reactive data-binding for Scala. This artifact is available for both Scala.js and JVM.

<dependency>
    <groupId>com.thoughtworks.binding</groupId>
    <artifactId>core_2.11</artifactId>
    <version>7.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 7.0.3

All Versions

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

Version Vulnerabilities Updated
7.0.x
core_2.11-7.0.3
core_2.11-7.0.2
core_2.11-7.0.1
core_2.11-7.0.0
6.0.x
core_2.11-6.0.1
core_2.11-6.0.0
5.4.x
core_2.11-5.4.0
5.3.x
core_2.11-5.3.1
core_2.11-5.3.0
5.2.x
core_2.11-5.2.0
5.1.x
core_2.11-5.1.0
4.0.x
core_2.11-4.0.2
core_2.11-4.0.1
core_2.11-4.0.0
3.1.x
core_2.11-3.1.0
3.0.x
core_2.11-3.0.1
core_2.11-3.0.0
2.0.x
core_2.11-2.0.1
core_2.11-2.0.0
1.1.x
core_2.11-1.1.2
core_2.11-1.1.1
core_2.11-1.1.0
1.0.x
core_2.11-1.0.6
core_2.11-1.0.5

How to add a dependency to Maven

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

<dependency>
    <groupId>com.thoughtworks.binding</groupId>
    <artifactId>core_2.11</artifactId>
    <version>7.0.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.thoughtworks.binding:core_2.11:7.0.3'

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

implementation("com.thoughtworks.binding:core_2.11:7.0.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.thoughtworks.binding" % "core_2.11" % "7.0.3"

Advertisement