License |
License |
---|---|
Categories |
CategoriesRuby Languages |
GroupId | GroupIdorg.jruby.extras |
ArtifactId | ArtifactIdgoldspike |
Last Version | Last Version1.6.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGoldSpike
GoldSpike allows you to deploy your standard Rails web application to a J2EE server. You can package up your application as a WAR file for distribution, or simply run it in an expanded form.
|
Filename | Size |
---|---|
goldspike-1.6.1.pom | |
goldspike-1.6.1.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jruby.extras/goldspike/ -->
<dependency>
<groupId>org.jruby.extras</groupId>
<artifactId>goldspike</artifactId>
<version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jruby.extras/goldspike/
implementation 'org.jruby.extras:goldspike:1.6.1'
// https://jarcasting.com/artifacts/org.jruby.extras/goldspike/
implementation ("org.jruby.extras:goldspike:1.6.1")
'org.jruby.extras:goldspike:jar:1.6.1'
<dependency org="org.jruby.extras" name="goldspike" rev="1.6.1">
<artifact name="goldspike" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jruby.extras', module='goldspike', version='1.6.1')
)
libraryDependencies += "org.jruby.extras" % "goldspike" % "1.6.1"
[org.jruby.extras/goldspike "1.6.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jruby : jruby-complete | jar | ${jruby.version} |
commons-pool : commons-pool | jar | 1.3 |
javax.activation : activation | jar | 1.1 |
javax.servlet : servlet-api Optional | jar | 2.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |
easymock : easymock | jar | 1.2_Java1.3 |
httpunit : httpunit | jar | 1.6.1 |
tomcat : bootstrap | jar | 4.1.34 |
tomcat : catalina | jar | 4.1.34 |
tomcat : naming-resources | jar | 4.1.34 |
tomcat : naming-common | jar | 4.1.34 |
tomcat : naming-factory | jar | 4.1.34 |
tomcat : tomcat-coyote | jar | 4.1.34 |
tomcat : tomcat4-coyote | jar | 4.1.34 |
tomcat : tomcat-http11 | jar | 4.1.34 |
tomcat : tomcat-util | jar | 4.1.34 |
commons-digester : commons-digester | jar | 1.8 |
commons-collections : commons-collections | jar | 3.2 |
commons-modeler : commons-modeler | jar | 1.1 |
jakarta-regexp : jakarta-regexp | jar | 1.4 |