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