MVN

org.springframework.ws : spring-ws-archetype

Maven & Gradle

Oct 01, 2013

Spring WS Archetype · Spring Web Services Maven2 Archetype.

<dependency>
    <groupId>org.springframework.ws</groupId>
    <artifactId>spring-ws-archetype</artifactId>
    <version>2.1.4.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.springframework.ws : spring-ws-archetype to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.4.RELEASE
  • Latest Release Candidate: 1.0-rc2

All Versions

Choose a version of org.springframework.ws : spring-ws-archetype to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
spring-ws-archetype-2.1.4.RELEASE
spring-ws-archetype-2.1.3.RELEASE
spring-ws-archetype-2.1.2.RELEASE
spring-ws-archetype-2.1.1.RELEASE
spring-ws-archetype-2.1.0.RELEASE
2.0.x
spring-ws-archetype-2.0.5.RELEASE
spring-ws-archetype-2.0.4.RELEASE
spring-ws-archetype-2.0.3.RELEASE
spring-ws-archetype-2.0.2.RELEASE
spring-ws-archetype-2.0.1.RELEASE
spring-ws-archetype-2.0.0.RELEASE
spring-ws-archetype-2.0.0-M1
1.5.x
spring-ws-archetype-1.5.10
spring-ws-archetype-1.5.9
spring-ws-archetype-1.5.8
spring-ws-archetype-1.5.7
spring-ws-archetype-1.5.6
spring-ws-archetype-1.5.5
spring-ws-archetype-1.5.4
spring-ws-archetype-1.5.3
spring-ws-archetype-1.5.2
spring-ws-archetype-1.5.1
spring-ws-archetype-1.5.0
1.0.x
spring-ws-archetype-1.0.4
spring-ws-archetype-1.0.3
spring-ws-archetype-1.0.2
spring-ws-archetype-1.0.1
spring-ws-archetype-1.0.0
1.0
spring-ws-archetype-1.0-rc2
spring-ws-archetype-1.0-rc1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.springframework.ws</groupId>
    <artifactId>spring-ws-archetype</artifactId>
    <version>2.1.4.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.springframework.ws : spring-ws-archetype gradle dependency to your build.gradle file:

implementation 'org.springframework.ws:spring-ws-archetype:2.1.4.RELEASE'

Gradle Kotlin DSL: Add the following org.springframework.ws : spring-ws-archetype gradle kotlin dependency to your build.gradle.kts file:

implementation("org.springframework.ws:spring-ws-archetype:2.1.4.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.springframework.ws : spring-ws-archetype sbt scala dependency to your build.sbt file:

libraryDependencies += "org.springframework.ws" % "spring-ws-archetype" % "2.1.4.RELEASE"

Advertisement