MVN

org.codehaus.enunciate : enunciate-spring-app-rt

Maven & Gradle

Sep 29, 2015
2 usages
472 stars

Enunciate - Spring Application Runtime · The Enunciate Spring Application Runtime Library supports the Enunciate-generated spring application that handles the Web service API.

<dependency>
    <groupId>org.codehaus.enunciate</groupId>
    <artifactId>enunciate-spring-app-rt</artifactId>
    <version>1.31</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.enunciate : enunciate-spring-app-rt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.31
  • Latest Release Candidate: 1.30-RC1
  • Latest Beta: 1.8-beta1

All Versions

Choose a version of org.codehaus.enunciate : enunciate-spring-app-rt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.31
enunciate-spring-app-rt-1.31
1.30.x
enunciate-spring-app-rt-1.30.1
1.30
enunciate-spring-app-rt-1.30
enunciate-spring-app-rt-1.30-RC1
1.29
enunciate-spring-app-rt-1.29
1.28
enunciate-spring-app-rt-1.28
enunciate-spring-app-rt-1.28-RC2
enunciate-spring-app-rt-1.28-RC1
1.27
enunciate-spring-app-rt-1.27
enunciate-spring-app-rt-1.27-RC2
enunciate-spring-app-rt-1.27-RC1
1.26.x
enunciate-spring-app-rt-1.26.2
enunciate-spring-app-rt-1.26.1
1.26
enunciate-spring-app-rt-1.26
enunciate-spring-app-rt-1.26-RC3
enunciate-spring-app-rt-1.26-RC2
enunciate-spring-app-rt-1.26-RC1
1.25
enunciate-spring-app-rt-1.25
enunciate-spring-app-rt-1.25-RC2
enunciate-spring-app-rt-1.25-RC1
1.24
enunciate-spring-app-rt-1.24
enunciate-spring-app-rt-1.24-RC1
1.23
enunciate-spring-app-rt-1.23
enunciate-spring-app-rt-1.23-RC1
1.22
enunciate-spring-app-rt-1.22
enunciate-spring-app-rt-1.22-RC3
enunciate-spring-app-rt-1.22-RC2
enunciate-spring-app-rt-1.22-RC1
1.21.x
enunciate-spring-app-rt-1.21.1
1.21
enunciate-spring-app-rt-1.21
enunciate-spring-app-rt-1.21-RC3
enunciate-spring-app-rt-1.21-RC2
enunciate-spring-app-rt-1.21-RC1
1.20
enunciate-spring-app-rt-1.20
enunciate-spring-app-rt-1.20-RC2
enunciate-spring-app-rt-1.20-RC1
1.19
enunciate-spring-app-rt-1.19
enunciate-spring-app-rt-1.19-RC2
enunciate-spring-app-rt-1.19-RC1
1.18
enunciate-spring-app-rt-1.18
enunciate-spring-app-rt-1.18-RC2
enunciate-spring-app-rt-1.18-RC1
1.17
enunciate-spring-app-rt-1.17
enunciate-spring-app-rt-1.17-RC1
1.16
enunciate-spring-app-rt-1.16
enunciate-spring-app-rt-1.16-RC3
enunciate-spring-app-rt-1.16-RC2
enunciate-spring-app-rt-1.16-RC1
1.15
enunciate-spring-app-rt-1.15
enunciate-spring-app-rt-1.15-RC2
enunciate-spring-app-rt-1.15-RC1
1.14
enunciate-spring-app-rt-1.14
enunciate-spring-app-rt-1.14-RC3
enunciate-spring-app-rt-1.14-RC2
enunciate-spring-app-rt-1.14-RC1
1.13
enunciate-spring-app-rt-1.13
enunciate-spring-app-rt-1.13-RC2
enunciate-spring-app-rt-1.13-RC1
1.12.x
enunciate-spring-app-rt-1.12.1
1.12
enunciate-spring-app-rt-1.12
enunciate-spring-app-rt-1.12-RC1
1.11
enunciate-spring-app-rt-1.11
enunciate-spring-app-rt-1.11-RC2
enunciate-spring-app-rt-1.11-RC1
1.10
enunciate-spring-app-rt-1.10
enunciate-spring-app-rt-1.10-RC3
enunciate-spring-app-rt-1.10-RC2
enunciate-spring-app-rt-1.10-RC1
1.9
enunciate-spring-app-rt-1.9
enunciate-spring-app-rt-1.9-RC2
enunciate-spring-app-rt-1.9-RC1
1.8.x
enunciate-spring-app-rt-1.8.1
1.8
enunciate-spring-app-rt-1.8
enunciate-spring-app-rt-1.8-beta1

How to add a dependency to Maven

Add the following org.codehaus.enunciate : enunciate-spring-app-rt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.codehaus.enunciate</groupId>
    <artifactId>enunciate-spring-app-rt</artifactId>
    <version>1.31</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.codehaus.enunciate : enunciate-spring-app-rt gradle dependency to your build.gradle file:

implementation 'org.codehaus.enunciate:enunciate-spring-app-rt:1.31'

Gradle Kotlin DSL: Add the following org.codehaus.enunciate : enunciate-spring-app-rt gradle kotlin dependency to your build.gradle.kts file:

implementation("org.codehaus.enunciate:enunciate-spring-app-rt:1.31")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.codehaus.enunciate : enunciate-spring-app-rt sbt scala dependency to your build.sbt file:

libraryDependencies += "org.codehaus.enunciate" % "enunciate-spring-app-rt" % "1.31"

Advertisement