Download plugin-storage-util JAR file with all dependencies
gradle-rsync-plugin from group org.figurate (version 1.0.0)
A Gradle plugin to perform various rsync functions.
Group: org.figurate Artifact: gradle-rsync-plugin
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
maven-processor-plugin from group org.bsc.maven (version 3.1.0-beta1)
A maven plugin to process annotation for jdk6 at compile time
This plugin helps to use from maven the new annotation processing provided by JDK6 integrated in java compiler
This plugin could be considered the 'alter ego' of maven apt plugin http://mojo.codehaus.org/apt-maven-plugin/
Group: org.bsc.maven Artifact: maven-processor-plugin
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
xtext-idea-gradle-plugin from group org.xtext (version 1.0.17)
A plugin for for building IntelliJ IDEA Xtext plugins
Group: org.xtext Artifact: xtext-idea-gradle-plugin
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
struts2-jasperreports-plugin from group org.apache.struts (version 2.5.1)
1 downloads
tomcat-maven-plugin from group org.codehaus.mojo (version 1.1)
The Tomcat Maven Plugin provides goals to manipulate WAR projects within the Tomcat servlet container.
sonar-drools-plugin from group org.codehaus.sonar-plugins (version 0.2)
Analyze Drools files.
1 downloads
coveralls-gradle-plugin from group org.kt3k.gradle.plugin (version 2.7.1)
This plugin helps to upload coverage data to Coveralls
Group: org.kt3k.gradle.plugin Artifact: coveralls-gradle-plugin
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
rest-plugin from group org.hudsonci.plugins (version 2.2.2)
jruby-rake-plugin from group org.jruby.plugins (version 1.6.5.1)
Group: org.jruby.plugins Artifact: jruby-rake-plugin
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
jaxb-xew-plugin from group com.github.jaxb-xew-plugin (version 1.8)
This JAXB plugin utilizes the power of @XmlElementWrapper annotation. Originally xjc trends to create wrapper classes which are the containers for collections. This plugin goes through all properties to find ones which can be represented in the model in more optimal way.
1 downloads
cxf-java2wadl-plugin from group org.apache.cxf (version 3.2.0)
Apache CXF Java2WADL Maven2 Plugin
1 downloads
websphere-plugin from group com.github.veithen.visualwas (version 3.0.0)
Plugin that registers the platform MXBeans in WebSphere's MBean server
Group: com.github.veithen.visualwas Artifact: websphere-plugin
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
ebean-gradle-plugin from group io.ebean (version 11.5.1)
Gradle plugin for enhancement Ebean entity beans
Group: io.ebean Artifact: ebean-gradle-plugin
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
sonar-l10n-fr-plugin from group org.codehaus.sonar-plugins.l10n (version 1.13)
Language Pack for French
Group: org.codehaus.sonar-plugins.l10n Artifact: sonar-l10n-fr-plugin
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
antlr3-maven-plugin from group org.antlr (version 3.5.2)
This is the brand new, re-written from scratch plugin for ANTLR v3.
Previous valiant efforts all suffered from being unable to modify the ANTLR Tool
itself to provide support not just for Maven oriented things but any other tool
that might wish to invoke ANTLR without resorting to the command line interface.
Rather than try to shoe-horn new code into the existing Mojo (in fact I think that
by incorporating a patch supplied by someone I ended up with tow versions of the
Mojo, I elected to rewrite everything from scratch, including the documentation, so
that we might end up with a perfect Mojo that can do everything that ANTLR v3 supports
such as imported grammar processing, proper support for library directories and
locating token files from generated sources, and so on.
In the end I decided to also change the the ANTLR Tool.java code so that it
would be the provider of all the things that a build tool needs, rather than
delegating things to 5 different tools. So, things like dependencies, dependency
sorting, option tracking, generating sources and so on are all folded back
in to ANTLR's Tool.java code, where they belong, and they now provide a
public interface to anyone that might want to interface with them.
One other goal of this rewrite was to completely document the whole thing
to death. Hence even this pom has more comments than funcitonal elements,
in case I get run over by a bus or fall off a cliff while skiing.
Jim Idle - March 2009
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
- 107
- 108
- 109
- 110
- 111
- 112
- 113
- 114
- 115
- 116
- 117
- 118
- 119
- 120
- 121
- 122
- 123
- 124
- 125
- 126
- 127
- 128
- 129
- 130
- 131
- 132
- 133
- 134
- 135
- 136
- 137
- 138
- 139
- 140
- 141
- 142
- 143
- 144
- 145
- 146
- 147
- 148
- 149
- 150
- 151
- 152
- 153
- 154
- 155
- 156
- 157
- 158
- 159
- 160
- 161
- 162
- 163
- 164
- 165
- 166
- 167
- 168
- 169
- 170
- 171
- 172
- 173
- 174
- 175
- 176
- 177
- 178
- 179
- 180
- 181
- 182
- 183
- 184
- 185
- 186
- 187
- 188
- 189
- 190
- 191
- 192
- 193
- 194
- 195
- 196
- 197
- 198
- 199
- 200
- 201
- 202
- 203
- 204
- 205
- 206
- 207
- 208
- 209
- 210
- 211
- 212
- 213
- 214
- 215
- 216
- 217
- 218
- 219
- 220
- 221
- 222
- 223
- 224
- 225
- 226
- 227
- 228
- 229
- 230
- 231
- 232
- 233
- 234
- 235
- 236
- 237
- 238
- 239
- 240
- 241
- 242
- 243
- 244
- 245
- 246
- 247
- 248
- 249
- 250
- 251
- 252
- 253
- 254
- 255
- 256
- 257
- 258
- 259
- 260
- 261
- 262
- 263
- 264
- 265
- 266
- 267
- 268
- 269
- 270
- 271
- 272
- 273
- 274
- 275
- 276
- 277
- 278
- 279
- 280
- 281
- 282
- 283
- 284
- 285
- 286
- 287
- 288
- 289
- 290
- 291
- 292
- 293
- 294
- 295
- 296
- 297
- 298
- 299
- 300
- 301
- 302
- 303
- 304
- 305
- 306
- 307
- 308
- 309
- 310
- 311
- 312
- 313
- 314
- 315
- 316
- 317
- 318
- 319
- 320
- 321
- 322
- 323
- 324
- 325
- 326
- 327
- 328
- 329
- 330
- 331
- 332
- 333
- 334
- 335
- 336
- 337
- 338
- 339
- 340
- 341
- 342
- 343
- 344
- 345
- 346
- 347
- 348
- 349
- 350
- 351
- 352
- 353
- 354
- 355
- 356
- 357
- 358
- 359
- 360
- 361
- 362
- 363
- 364
- 365
- 366
- 367
- 368
- 369
- 370
- 371
- 372
- 373
- 374
- 375
- 376
- 377
- 378
- 379
- 380
- 381
- 382
- 383
- 384
- 385
- 386
- 387
- 388
- 389
- 390
- 391
- 392
- 393
- 394
- 395
- 396
- 397
- 398
- 399
- 400
- 401
- 402
- 403
- 404
- 405
- 406
- 407
- 408
- 409
- 410
- 411
- 412
- 413
- 414
- 415
- 416
- 417
- 418
- 419
- 420
- 421
- 422
- 423
Page 155 from 423 (items total 6332)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy