не последняя версия
Последняя версия 1.31

org.codehaus.enunciate:enunciate-c 1.16-RC1

The Enunciate C module generates the C client code for accessing the Enunciate services.

Группа

Группа

org.codehaus.enunciate
Идентификатор

Идентификатор

enunciate-c
Версия

Версия

1.16-RC1
Тип

Тип

jar

Скачать enunciate-c 1.16-RC1


<!-- https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-c/ -->
<dependency>
    <groupId>org.codehaus.enunciate</groupId>
    <artifactId>enunciate-c</artifactId>
    <version>1.16-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-c/
implementation 'org.codehaus.enunciate:enunciate-c:1.16-RC1'
// https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-c/
implementation ("org.codehaus.enunciate:enunciate-c:1.16-RC1")
'org.codehaus.enunciate:enunciate-c:jar:1.16-RC1'
<dependency org="org.codehaus.enunciate" name="enunciate-c" rev="1.16-RC1">
  <artifact name="enunciate-c" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.enunciate', module='enunciate-c', version='1.16-RC1')
)
libraryDependencies += "org.codehaus.enunciate" % "enunciate-c" % "1.16-RC1"
[org.codehaus.enunciate/enunciate-c "1.16-RC1"]