Categories |
CategoriesRuby Languages |
---|---|
GroupId | GroupIdorg.codehaus.enunciate |
ArtifactId | ArtifactIdenunciate-ruby |
Version | Version1.26.2 |
Type | Typejar |
Filename | Size |
---|---|
enunciate-ruby-1.26.2.pom | |
enunciate-ruby-1.26.2.jar | 20 KB |
enunciate-ruby-1.26.2-sources.jar | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-ruby/ -->
<dependency>
<groupId>org.codehaus.enunciate</groupId>
<artifactId>enunciate-ruby</artifactId>
<version>1.26.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-ruby/
implementation 'org.codehaus.enunciate:enunciate-ruby:1.26.2'
// https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-ruby/
implementation ("org.codehaus.enunciate:enunciate-ruby:1.26.2")
'org.codehaus.enunciate:enunciate-ruby:jar:1.26.2'
<dependency org="org.codehaus.enunciate" name="enunciate-ruby" rev="1.26.2">
<artifact name="enunciate-ruby" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.enunciate', module='enunciate-ruby', version='1.26.2')
)
libraryDependencies += "org.codehaus.enunciate" % "enunciate-ruby" % "1.26.2"
[org.codehaus.enunciate/enunciate-ruby "1.26.2"]