License |
License |
---|---|
Categories |
CategoriesRuby Languages |
GroupId | GroupIdorg.kohsuke.stapler |
ArtifactId | ArtifactIdstapler-jruby |
Last Version | Last Version1.263 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStapler JRuby module
JRuby binding for Stapler
|
Filename | Size |
---|---|
stapler-jruby-1.263.pom | |
stapler-jruby-1.263.jar | 845 KB |
stapler-jruby-1.263-sources.jar | 826 KB |
stapler-jruby-1.263-javadoc.jar | 104 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler-jruby/ -->
<dependency>
<groupId>org.kohsuke.stapler</groupId>
<artifactId>stapler-jruby</artifactId>
<version>1.263</version>
</dependency>
// https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler-jruby/
implementation 'org.kohsuke.stapler:stapler-jruby:1.263'
// https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler-jruby/
implementation ("org.kohsuke.stapler:stapler-jruby:1.263")
'org.kohsuke.stapler:stapler-jruby:jar:1.263'
<dependency org="org.kohsuke.stapler" name="stapler-jruby" rev="1.263">
<artifact name="stapler-jruby" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kohsuke.stapler', module='stapler-jruby', version='1.263')
)
libraryDependencies += "org.kohsuke.stapler" % "stapler-jruby" % "1.263"
[org.kohsuke.stapler/stapler-jruby "1.263"]
Group / Artifact | Type | Version |
---|---|---|
org.kohsuke.stapler : stapler-jelly | jar | 1.263 |
org.jruby : jruby-complete | jar | 1.7.17 |
org.jruby.rack : jruby-rack | jar | 1.1.13.1 |
org.kohsuke.metainf-services : metainf-services Optional | jar | 1.7 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |