MVN

net.sf.sparta-spring-web-utils : spring-web-utils

Maven & Gradle

Jul 15, 2015

Sparta Spring Web Utils · Spring Web helper library

<dependency>
    <groupId>net.sf.sparta-spring-web-utils</groupId>
    <artifactId>spring-web-utils</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.sparta-spring-web-utils : spring-web-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of net.sf.sparta-spring-web-utils : spring-web-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
spring-web-utils-1.1
1.0
spring-web-utils-1.0
0.9
spring-web-utils-0.9
0.8
spring-web-utils-0.8
0.7
spring-web-utils-0.7
0.6
spring-web-utils-0.6
0.5
spring-web-utils-0.5
0.4
spring-web-utils-0.4
0.3
spring-web-utils-0.3
0.2
spring-web-utils-0.2
0.1
spring-web-utils-0.1

How to add a dependency to Maven

Add the following net.sf.sparta-spring-web-utils : spring-web-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.sparta-spring-web-utils</groupId>
    <artifactId>spring-web-utils</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.sparta-spring-web-utils : spring-web-utils gradle dependency to your build.gradle file:

implementation 'net.sf.sparta-spring-web-utils:spring-web-utils:1.1'

Gradle Kotlin DSL: Add the following net.sf.sparta-spring-web-utils : spring-web-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.sparta-spring-web-utils:spring-web-utils:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.sparta-spring-web-utils : spring-web-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.sparta-spring-web-utils" % "spring-web-utils" % "1.1"

Advertisement