MVN

org.apereo.springwebflow : spring-binding

Maven & Gradle

Nov 17, 2022
0 stars

spring-binding · Apereo - Spring Webflow

<dependency>
    <groupId>org.apereo.springwebflow</groupId>
    <artifactId>spring-binding</artifactId>
    <version>2.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apereo.springwebflow : spring-binding to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.0
  • Latest Release Candidate: 2.6.0-RC1

All Versions

Choose a version of org.apereo.springwebflow : spring-binding to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
spring-binding-2.6.0
spring-binding-2.6.0-RC1

How to add a dependency to Maven

Add the following org.apereo.springwebflow : spring-binding maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apereo.springwebflow</groupId>
    <artifactId>spring-binding</artifactId>
    <version>2.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apereo.springwebflow : spring-binding gradle dependency to your build.gradle file:

implementation 'org.apereo.springwebflow:spring-binding:2.6.0'

Gradle Kotlin DSL: Add the following org.apereo.springwebflow : spring-binding gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apereo.springwebflow:spring-binding:2.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apereo.springwebflow : spring-binding sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apereo.springwebflow" % "spring-binding" % "2.6.0"