Последняя версия

RubyletEE 1.0.0

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.

Лицензия

Лицензия

Категории

Категории

Ruby Языки программирования
Группа

Группа

com.commongroundpublishing
Идентификатор

Идентификатор

rubylet-ee
Версия

Версия

1.0.0
Тип

Тип

jar
Описание

Описание

RubyletEE
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.

Скачать rubylet-ee 1.0.0


<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.6.6

provided (2)

Идентификатор библиотеки Тип Версия
javax.servlet : javax.servlet-api jar 3.0.1
org.jruby : jruby jar 1.7.1

test (6)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.