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