License |
License |
---|---|
Categories |
CategoriesRuby Languages |
GroupId | GroupIdcom.commongroundpublishing |
ArtifactId | ArtifactIdrubylet-ee |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRubyletEE
A Java servlet that loads JRuby and a Ruby object implementing the
Java Servlet API to which requests are forwarded. This Ruby
object will typically be Rubylet::Servlet, which again forwards to
a Rack application.
|
Filename | Size |
---|---|
rubylet-ee-1.0.0.pom | |
rubylet-ee-1.0.0.jar | 33 KB |
rubylet-ee-1.0.0-sources.jar | 18 KB |
rubylet-ee-1.0.0-javadoc.jar | 146 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.commongroundpublishing/rubylet-ee/ -->
<dependency>
<groupId>com.commongroundpublishing</groupId>
<artifactId>rubylet-ee</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.commongroundpublishing/rubylet-ee/
implementation 'com.commongroundpublishing:rubylet-ee:1.0.0'
// https://jarcasting.com/artifacts/com.commongroundpublishing/rubylet-ee/
implementation ("com.commongroundpublishing:rubylet-ee:1.0.0")
'com.commongroundpublishing:rubylet-ee:jar:1.0.0'
<dependency org="com.commongroundpublishing" name="rubylet-ee" rev="1.0.0">
<artifact name="rubylet-ee" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.commongroundpublishing', module='rubylet-ee', version='1.0.0')
)
libraryDependencies += "com.commongroundpublishing" % "rubylet-ee" % "1.0.0"
[com.commongroundpublishing/rubylet-ee "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.6.6 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.0.1 |
org.jruby : jruby | jar | 1.7.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.jruby : jruby-complete | jar | 1.7.1 |
commons-io : commons-io | jar | 2.3 |
junit-addons : junit-addons | jar | 1.4 |
org.eclipse.jetty : jetty-servlet | jar | 8.1.3.v20120416 |
net.sourceforge.htmlunit : htmlunit | jar | 2.9 |