Registry / web-framework / vertx-lang-ruby

vertx-lang-ruby

JSON →
library3.9.16javamavenunverified

Ruby language support module for the Eclipse Vert.x event-driven application framework.

<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-lang-ruby</artifactId> <version>3.9.16</version> </dependency>
INSTALL
IMPORT
SIG · VERTX-LANG-RUBY
V
vertx-lang-ruby
web-frameworkjavav3.9.16
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RubyVerticleFactory
✓ io.vertx.lang.ruby.RubyVerticleFactory

Shows how to use the Ruby verticle factory in Vert.x.

import io.vertx.lang.ruby.RubyVerticleFactory; import io.vertx.core.Vertx; public class Example { public static void main(String[] args) { Vertx vertx = Vertx.vertx(); RubyVerticleFactory factory = new RubyVerticleFactory(); System.out.println("Ruby verticle factory: " + factory); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.9.16latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
vertx-lang-ruby — mvn dependency:get vertx-lang-ruby · libregistry