is not current version
Last Version 1.31

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

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

GroupId

GroupId

org.codehaus.enunciate
ArtifactId

ArtifactId

enunciate-spring-app-rt
Version

Version

1.20-RC1
Type

Type

jar

Download enunciate-spring-app-rt 1.20-RC1


<!-- https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-spring-app-rt/ -->
<dependency>
    <groupId>org.codehaus.enunciate</groupId>
    <artifactId>enunciate-spring-app-rt</artifactId>
    <version>1.20-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-spring-app-rt/
implementation 'org.codehaus.enunciate:enunciate-spring-app-rt:1.20-RC1'
// https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-spring-app-rt/
implementation ("org.codehaus.enunciate:enunciate-spring-app-rt:1.20-RC1")
'org.codehaus.enunciate:enunciate-spring-app-rt:jar:1.20-RC1'
<dependency org="org.codehaus.enunciate" name="enunciate-spring-app-rt" rev="1.20-RC1">
  <artifact name="enunciate-spring-app-rt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.enunciate', module='enunciate-spring-app-rt', version='1.20-RC1')
)
libraryDependencies += "org.codehaus.enunciate" % "enunciate-spring-app-rt" % "1.20-RC1"
[org.codehaus.enunciate/enunciate-spring-app-rt "1.20-RC1"]