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