MVN

nz.ac.auckland.composite : composite-spring-web

Maven & Gradle

Jun 29, 2014
18 usages
0 stars

composite-spring-web · Collection of the standard spring web dependencies

<dependency>
    <groupId>nz.ac.auckland.composite</groupId>
    <artifactId>composite-spring-web</artifactId>
    <version>6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nz.ac.auckland.composite : composite-spring-web to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.1

All Versions

Choose a version of nz.ac.auckland.composite : composite-spring-web to add to Maven or Gradle - All Versions:

  • Version Updated
  • composite-spring-web-6.1

    Jun 29, 2014
  • composite-spring-web-5.3

    Oct 15, 2013
  • composite-spring-web-5.2

    Aug 13, 2013

How to add a dependency to Maven

Add the following nz.ac.auckland.composite : composite-spring-web maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nz.ac.auckland.composite</groupId>
    <artifactId>composite-spring-web</artifactId>
    <version>6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nz.ac.auckland.composite : composite-spring-web gradle dependency to your build.gradle file:

implementation 'nz.ac.auckland.composite:composite-spring-web:6.1'

Gradle Kotlin DSL: Add the following nz.ac.auckland.composite : composite-spring-web gradle kotlin dependency to your build.gradle.kts file:

implementation("nz.ac.auckland.composite:composite-spring-web:6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following nz.ac.auckland.composite : composite-spring-web sbt scala dependency to your build.sbt file:

libraryDependencies += "nz.ac.auckland.composite" % "composite-spring-web" % "6.1"