| Categories |
CategoriesRuby Languages ORM Data |
|---|---|
| GroupId | GroupIdorg.apache.storm |
| ArtifactId | ArtifactIdmultilang-ruby |
| Version | Version0.10.0-beta |
| Type | Typejar |
| Filename | Size |
|---|---|
| multilang-ruby-0.10.0-beta.pom | |
| multilang-ruby-0.10.0-beta.jar | 8 KB |
| multilang-ruby-0.10.0-beta-sources.jar | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.storm/multilang-ruby/ -->
<dependency>
<groupId>org.apache.storm</groupId>
<artifactId>multilang-ruby</artifactId>
<version>0.10.0-beta</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.storm/multilang-ruby/
implementation 'org.apache.storm:multilang-ruby:0.10.0-beta'
// https://jarcasting.com/artifacts/org.apache.storm/multilang-ruby/
implementation ("org.apache.storm:multilang-ruby:0.10.0-beta")
'org.apache.storm:multilang-ruby:jar:0.10.0-beta'
<dependency org="org.apache.storm" name="multilang-ruby" rev="0.10.0-beta">
<artifact name="multilang-ruby" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.storm', module='multilang-ruby', version='0.10.0-beta')
)
libraryDependencies += "org.apache.storm" % "multilang-ruby" % "0.10.0-beta"
[org.apache.storm/multilang-ruby "0.10.0-beta"]