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