MVN

org.jadira.bindings : bindings

Maven & Gradle

Jan 26, 2018
3 usages
70 stars

Jadira Bindings · Bindings for Jadira Framework

<dependency>
    <groupId>org.jadira.bindings</groupId>
    <artifactId>bindings</artifactId>
    <version>7.0.0.CR1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jadira.bindings : bindings to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.0.CR1

All Versions

Choose a version of org.jadira.bindings : bindings to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
bindings-7.0.0.CR1
6.0.x
bindings-6.0.1.GA
bindings-6.0.0.GA
5.0.x
bindings-5.0.0.GA
4.0.x
bindings-4.0.0.GA
3.2.x
bindings-3.2.0.GA
3.1.x
bindings-3.1.0.GA
bindings-3.1.0.CR11
bindings-3.1.0.CR10
bindings-3.1.0.CR9
bindings-3.1.0.CR8
bindings-3.1.0.CR7
bindings-3.1.0.CR6
bindings-3.1.0.CR5
bindings-3.1.0.CR4
bindings-3.1.0.CR3
bindings-3.1.0.CR2
bindings-3.1.0.CR1
3.0.x
bindings-3.0.0.GA
bindings-3.0.0.CR5
bindings-3.0.0.CR4

How to add a dependency to Maven

Add the following org.jadira.bindings : bindings maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jadira.bindings</groupId>
    <artifactId>bindings</artifactId>
    <version>7.0.0.CR1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jadira.bindings : bindings gradle dependency to your build.gradle file:

implementation 'org.jadira.bindings:bindings:7.0.0.CR1'

Gradle Kotlin DSL: Add the following org.jadira.bindings : bindings gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jadira.bindings:bindings:7.0.0.CR1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jadira.bindings : bindings sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jadira.bindings" % "bindings" % "7.0.0.CR1"

Advertisement