| GroupId | GroupIdorg.codehaus.enunciate |
|---|---|
| ArtifactId | ArtifactIdenunciate-spring-app-tools |
| Version | Version1.7-RC2 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-spring-app-tools/ -->
<dependency>
<groupId>org.codehaus.enunciate</groupId>
<artifactId>enunciate-spring-app-tools</artifactId>
<version>1.7-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-spring-app-tools/
implementation 'org.codehaus.enunciate:enunciate-spring-app-tools:1.7-RC2'
// https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-spring-app-tools/
implementation ("org.codehaus.enunciate:enunciate-spring-app-tools:1.7-RC2")
'org.codehaus.enunciate:enunciate-spring-app-tools:jar:1.7-RC2'
<dependency org="org.codehaus.enunciate" name="enunciate-spring-app-tools" rev="1.7-RC2">
<artifact name="enunciate-spring-app-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.enunciate', module='enunciate-spring-app-tools', version='1.7-RC2')
)
libraryDependencies += "org.codehaus.enunciate" % "enunciate-spring-app-tools" % "1.7-RC2"
[org.codehaus.enunciate/enunciate-spring-app-tools "1.7-RC2"]