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