| Группа | Группаorg.codehaus.enunciate |
|---|---|
| Идентификатор | Идентификаторenunciate-spring-app |
| Версия | Версия1.21-RC3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| enunciate-spring-app-1.21-RC3.pom | |
| enunciate-spring-app-1.21-RC3.jar | 32 KB |
| enunciate-spring-app-1.21-RC3-sources.jar | 38 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-spring-app/ -->
<dependency>
<groupId>org.codehaus.enunciate</groupId>
<artifactId>enunciate-spring-app</artifactId>
<version>1.21-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-spring-app/
implementation 'org.codehaus.enunciate:enunciate-spring-app:1.21-RC3'
// https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-spring-app/
implementation ("org.codehaus.enunciate:enunciate-spring-app:1.21-RC3")
'org.codehaus.enunciate:enunciate-spring-app:jar:1.21-RC3'
<dependency org="org.codehaus.enunciate" name="enunciate-spring-app" rev="1.21-RC3">
<artifact name="enunciate-spring-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.enunciate', module='enunciate-spring-app', version='1.21-RC3')
)
libraryDependencies += "org.codehaus.enunciate" % "enunciate-spring-app" % "1.21-RC3"
[org.codehaus.enunciate/enunciate-spring-app "1.21-RC3"]