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