License |
License |
---|---|
Categories |
CategoriesRuby Languages |
GroupId | GroupIdorg.vert-x |
ArtifactId | ArtifactIdvertx-lang-jruby |
Last Version | Last Version1.3.1.final |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionvert.x
vert.x - Effortless asynchronous application development for the modern web and enterprise
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.vert-x/vertx-lang-jruby/ -->
<dependency>
<groupId>org.vert-x</groupId>
<artifactId>vertx-lang-jruby</artifactId>
<version>1.3.1.final</version>
</dependency>
// https://jarcasting.com/artifacts/org.vert-x/vertx-lang-jruby/
implementation 'org.vert-x:vertx-lang-jruby:1.3.1.final'
// https://jarcasting.com/artifacts/org.vert-x/vertx-lang-jruby/
implementation ("org.vert-x:vertx-lang-jruby:1.3.1.final")
'org.vert-x:vertx-lang-jruby:jar:1.3.1.final'
<dependency org="org.vert-x" name="vertx-lang-jruby" rev="1.3.1.final">
<artifact name="vertx-lang-jruby" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.vert-x', module='vertx-lang-jruby', version='1.3.1.final')
)
libraryDependencies += "org.vert-x" % "vertx-lang-jruby" % "1.3.1.final"
[org.vert-x/vertx-lang-jruby "1.3.1.final"]
Group / Artifact | Type | Version |
---|---|---|
org.vert-x : vertx-core | jar | 1.3.1.final |
org.jruby : jruby | jar | 1.7.2 |
org.vert-x : vertx-platform | jar | 1.3.1.final |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |