is not current version
Last Version 1.31

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

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

Categories

Categories

Ruby Languages
GroupId

GroupId

org.codehaus.enunciate
ArtifactId

ArtifactId

enunciate-ruby
Version

Version

1.16-RC1
Type

Type

jar

Download enunciate-ruby 1.16-RC1


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