MVN

org.kohsuke.stapler : stapler-groovy

Maven & Gradle

Apr 07, 2021
2 usages
153 stars

Stapler Groovy module · Groovy binding for Stapler

<dependency>
    <groupId>org.kohsuke.stapler</groupId>
    <artifactId>stapler-groovy</artifactId>
    <version>1.263</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kohsuke.stapler : stapler-groovy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.263

All Versions

Choose a version of org.kohsuke.stapler : stapler-groovy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.99
stapler-groovy-1.99
1.98
stapler-groovy-1.98
1.97
stapler-groovy-1.97
1.263
stapler-groovy-1.263
1.262
stapler-groovy-1.262
1.261
stapler-groovy-1.261
1.260
stapler-groovy-1.260
1.259
stapler-groovy-1.259
1.258
stapler-groovy-1.258
1.257
stapler-groovy-1.257
1.255
stapler-groovy-1.255
1.254
stapler-groovy-1.254
1.253
stapler-groovy-1.253
1.252
stapler-groovy-1.252
1.251
stapler-groovy-1.251
1.250
stapler-groovy-1.250
1.249
stapler-groovy-1.249
1.248
stapler-groovy-1.248
1.247
stapler-groovy-1.247
1.246
stapler-groovy-1.246
1.244
stapler-groovy-1.244
1.243
stapler-groovy-1.243
1.242
stapler-groovy-1.242
1.241
stapler-groovy-1.241
1.240
stapler-groovy-1.240
1.239
stapler-groovy-1.239
1.238
stapler-groovy-1.238
1.237
stapler-groovy-1.237
1.236
stapler-groovy-1.236
1.234
stapler-groovy-1.234
1.233
stapler-groovy-1.233
1.231
stapler-groovy-1.231
1.230
stapler-groovy-1.230
1.229
stapler-groovy-1.229
1.228
stapler-groovy-1.228
1.227
stapler-groovy-1.227
1.226
stapler-groovy-1.226
1.225
stapler-groovy-1.225
1.224
stapler-groovy-1.224
1.223
stapler-groovy-1.223
1.222
stapler-groovy-1.222
1.221
stapler-groovy-1.221
1.220
stapler-groovy-1.220
1.219
stapler-groovy-1.219
1.218
stapler-groovy-1.218
1.217
stapler-groovy-1.217
1.216
stapler-groovy-1.216
1.214
stapler-groovy-1.214
1.213
stapler-groovy-1.213
1.212
stapler-groovy-1.212
1.211
stapler-groovy-1.211
1.209
stapler-groovy-1.209
1.155
stapler-groovy-1.155
1.154
stapler-groovy-1.154
1.153
stapler-groovy-1.153
1.152
stapler-groovy-1.152
1.151
stapler-groovy-1.151
1.150
stapler-groovy-1.150
1.149
stapler-groovy-1.149
1.148
stapler-groovy-1.148
1.147
stapler-groovy-1.147
1.146
stapler-groovy-1.146
1.145
stapler-groovy-1.145
1.144
stapler-groovy-1.144
1.143
stapler-groovy-1.143
1.142
stapler-groovy-1.142
1.141
stapler-groovy-1.141
1.140
stapler-groovy-1.140
1.139
stapler-groovy-1.139
1.138
stapler-groovy-1.138
1.137
stapler-groovy-1.137
1.136
stapler-groovy-1.136
1.135
stapler-groovy-1.135
1.134
stapler-groovy-1.134
1.133
stapler-groovy-1.133
1.132
stapler-groovy-1.132
1.131
stapler-groovy-1.131
1.130
stapler-groovy-1.130
1.129
stapler-groovy-1.129
1.128
stapler-groovy-1.128
1.127
stapler-groovy-1.127
1.126
stapler-groovy-1.126
1.125
stapler-groovy-1.125
1.124
stapler-groovy-1.124
1.123
stapler-groovy-1.123
1.122
stapler-groovy-1.122
1.121
stapler-groovy-1.121
1.120
stapler-groovy-1.120
1.119
stapler-groovy-1.119
1.118
stapler-groovy-1.118
1.117
stapler-groovy-1.117
1.116
stapler-groovy-1.116
1.115
stapler-groovy-1.115
1.114
stapler-groovy-1.114
1.113
stapler-groovy-1.113
1.112
stapler-groovy-1.112
1.111
stapler-groovy-1.111
1.110
stapler-groovy-1.110
1.109
stapler-groovy-1.109
1.108
stapler-groovy-1.108
1.107
stapler-groovy-1.107
1.106
stapler-groovy-1.106
1.105
stapler-groovy-1.105
1.104
stapler-groovy-1.104
1.103
stapler-groovy-1.103
1.102
stapler-groovy-1.102
1.101
stapler-groovy-1.101
1.100
stapler-groovy-1.100

How to add a dependency to Maven

Add the following org.kohsuke.stapler : stapler-groovy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.kohsuke.stapler</groupId>
    <artifactId>stapler-groovy</artifactId>
    <version>1.263</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.kohsuke.stapler : stapler-groovy gradle dependency to your build.gradle file:

implementation 'org.kohsuke.stapler:stapler-groovy:1.263'

Gradle Kotlin DSL: Add the following org.kohsuke.stapler : stapler-groovy gradle kotlin dependency to your build.gradle.kts file:

implementation("org.kohsuke.stapler:stapler-groovy:1.263")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.kohsuke.stapler : stapler-groovy sbt scala dependency to your build.sbt file:

libraryDependencies += "org.kohsuke.stapler" % "stapler-groovy" % "1.263"

Advertisement

Dependencies from Group

Apr 07, 2021
23 usages
153 stars
Aug 02, 2011
12 usages
Jan 01, 2012
5 usages
Apr 07, 2021
3 usages
137 stars
Apr 07, 2021
2 usages
153 stars

Discover Dependencies

Jun 06, 2018
1 usages
17 stars
Jan 10, 2018
1 usages
33 stars
Apr 03, 2017
1 usages
2 stars
Jul 30, 2012
1 usages
67 stars
Feb 23, 2012
1 usages
67 stars
Sep 08, 2016
2 usages
11 stars
Feb 19, 2021
1 usages
117 stars
Jun 09, 2016
4 usages
5 stars