MVN

org.debux.webmotion : webmotion-extra-spring

Maven & Gradle

Mar 29, 2017
2 stars

WebMotion extra spring · WebMotion is Java web framework based on the Java EE6 standard

<dependency>
    <groupId>org.debux.webmotion</groupId>
    <artifactId>webmotion-extra-spring</artifactId>
    <version>2.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.debux.webmotion : webmotion-extra-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.3

All Versions

Choose a version of org.debux.webmotion : webmotion-extra-spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
webmotion-extra-spring-2.5.3
webmotion-extra-spring-2.5.1
2.5
webmotion-extra-spring-2.5
2.4
webmotion-extra-spring-2.4
2.3.x
webmotion-extra-spring-2.3.3
webmotion-extra-spring-2.3.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.debux.webmotion</groupId>
    <artifactId>webmotion-extra-spring</artifactId>
    <version>2.5.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.debux.webmotion : webmotion-extra-spring gradle dependency to your build.gradle file:

implementation 'org.debux.webmotion:webmotion-extra-spring:2.5.3'

Gradle Kotlin DSL: Add the following org.debux.webmotion : webmotion-extra-spring gradle kotlin dependency to your build.gradle.kts file:

implementation("org.debux.webmotion:webmotion-extra-spring:2.5.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.debux.webmotion : webmotion-extra-spring sbt scala dependency to your build.sbt file:

libraryDependencies += "org.debux.webmotion" % "webmotion-extra-spring" % "2.5.3"

Advertisement