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