не последняя версия
Последняя версия 1.263

org.kohsuke.stapler:stapler 1.17

Stapler HTTP request handling engine

Группа

Группа

org.kohsuke.stapler
Идентификатор

Идентификатор

stapler
Версия

Версия

1.17
Тип

Тип

jar

Скачать stapler 1.17

Имя Файла Размер
stapler-1.17.pom
stapler-1.17.jar 87 KB
stapler-1.17-sources.jar 43 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler/ -->
<dependency>
    <groupId>org.kohsuke.stapler</groupId>
    <artifactId>stapler</artifactId>
    <version>1.17</version>
</dependency>
// https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler/
implementation 'org.kohsuke.stapler:stapler:1.17'
// https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler/
implementation ("org.kohsuke.stapler:stapler:1.17")
'org.kohsuke.stapler:stapler:jar:1.17'
<dependency org="org.kohsuke.stapler" name="stapler" rev="1.17">
  <artifact name="stapler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kohsuke.stapler', module='stapler', version='1.17')
)
libraryDependencies += "org.kohsuke.stapler" % "stapler" % "1.17"
[org.kohsuke.stapler/stapler "1.17"]