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