| Categories |
CategoriesRuby Languages |
|---|---|
| GroupId | GroupIdorg.kohsuke.stapler |
| ArtifactId | ArtifactIdstapler-jruby |
| Version | Version1.254 |
| Type | Typejar |
| Filename | Size |
|---|---|
| stapler-jruby-1.254.pom | |
| stapler-jruby-1.254.jar | 845 KB |
| stapler-jruby-1.254-sources.jar | 826 KB |
| stapler-jruby-1.254-javadoc.jar | 103 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler-jruby/ -->
<dependency>
<groupId>org.kohsuke.stapler</groupId>
<artifactId>stapler-jruby</artifactId>
<version>1.254</version>
</dependency>
// https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler-jruby/
implementation 'org.kohsuke.stapler:stapler-jruby:1.254'
// https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler-jruby/
implementation ("org.kohsuke.stapler:stapler-jruby:1.254")
'org.kohsuke.stapler:stapler-jruby:jar:1.254'
<dependency org="org.kohsuke.stapler" name="stapler-jruby" rev="1.254">
<artifact name="stapler-jruby" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kohsuke.stapler', module='stapler-jruby', version='1.254')
)
libraryDependencies += "org.kohsuke.stapler" % "stapler-jruby" % "1.254"
[org.kohsuke.stapler/stapler-jruby "1.254"]