is not current version
Last Version 1.31

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

The Enunciate Spring App module builds and assembles the spring app in the form of a war.

GroupId

GroupId

org.codehaus.enunciate
ArtifactId

ArtifactId

enunciate-spring-app
Version

Version

1.10
Type

Type

jar

Download enunciate-spring-app 1.10


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