MVN

org.webframe : wf-web-springmvc

Maven & Gradle

Jun 03, 2012
2 usages

wf-web-springmvc · Java Web Frame: wf-web-springmvc

<dependency>
    <groupId>org.webframe</groupId>
    <artifactId>wf-web-springmvc</artifactId>
    <version>1.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webframe : wf-web-springmvc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.1

All Versions

Choose a version of org.webframe : wf-web-springmvc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
wf-web-springmvc-1.2.1
wf-web-springmvc-1.2.0
1.1.x
wf-web-springmvc-1.1.9
wf-web-springmvc-1.1.8
wf-web-springmvc-1.1.7
wf-web-springmvc-1.1.4
wf-web-springmvc-1.1.3
wf-web-springmvc-1.1.2
wf-web-springmvc-1.1.1
wf-web-springmvc-1.1.0

How to add a dependency to Maven

Add the following org.webframe : wf-web-springmvc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webframe</groupId>
    <artifactId>wf-web-springmvc</artifactId>
    <version>1.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webframe : wf-web-springmvc gradle dependency to your build.gradle file:

implementation 'org.webframe:wf-web-springmvc:1.2.1'

Gradle Kotlin DSL: Add the following org.webframe : wf-web-springmvc gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webframe:wf-web-springmvc:1.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webframe : wf-web-springmvc sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webframe" % "wf-web-springmvc" % "1.2.1"

Advertisement