is not current version
Last Version 1.31

org.codehaus.enunciate:enunciate-c 1.26.2

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

GroupId

GroupId

org.codehaus.enunciate
ArtifactId

ArtifactId

enunciate-c
Version

Version

1.26.2
Type

Type

jar

Download enunciate-c 1.26.2


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