is not current version
Last Version 1.6.1

org.jruby.extras:goldspike 1.6

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.

Categories

Categories

Ruby Languages
GroupId

GroupId

org.jruby.extras
ArtifactId

ArtifactId

goldspike
Version

Version

1.6
Type

Type

jar

Download goldspike 1.6


<!-- https://jarcasting.com/artifacts/org.jruby.extras/goldspike/ -->
<dependency>
    <groupId>org.jruby.extras</groupId>
    <artifactId>goldspike</artifactId>
    <version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.jruby.extras/goldspike/
implementation 'org.jruby.extras:goldspike:1.6'
// https://jarcasting.com/artifacts/org.jruby.extras/goldspike/
implementation ("org.jruby.extras:goldspike:1.6")
'org.jruby.extras:goldspike:jar:1.6'
<dependency org="org.jruby.extras" name="goldspike" rev="1.6">
  <artifact name="goldspike" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jruby.extras', module='goldspike', version='1.6')
)
libraryDependencies += "org.jruby.extras" % "goldspike" % "1.6"
[org.jruby.extras/goldspike "1.6"]