| Категории |
КатегорииRuby Языки программирования |
|---|---|
| Группа | Группаorg.kohsuke.stapler |
| Идентификатор | Идентификаторstapler-jruby |
| Версия | Версия1.239 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| stapler-jruby-1.239.pom | |
| stapler-jruby-1.239.jar | 843 KB |
| stapler-jruby-1.239-sources.jar | 825 KB |
| stapler-jruby-1.239-javadoc.jar | 111 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler-jruby/ -->
<dependency>
<groupId>org.kohsuke.stapler</groupId>
<artifactId>stapler-jruby</artifactId>
<version>1.239</version>
</dependency>
// https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler-jruby/
implementation 'org.kohsuke.stapler:stapler-jruby:1.239'
// https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler-jruby/
implementation ("org.kohsuke.stapler:stapler-jruby:1.239")
'org.kohsuke.stapler:stapler-jruby:jar:1.239'
<dependency org="org.kohsuke.stapler" name="stapler-jruby" rev="1.239">
<artifact name="stapler-jruby" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kohsuke.stapler', module='stapler-jruby', version='1.239')
)
libraryDependencies += "org.kohsuke.stapler" % "stapler-jruby" % "1.239"
[org.kohsuke.stapler/stapler-jruby "1.239"]