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