| License |
License |
|---|---|
| GroupId | GroupIdorg.kohsuke.stapler |
| ArtifactId | ArtifactIdstapler-jrebel |
| Last Version | Last Version1.263 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionStapler JRebel module
JRebel reloading support for Stapler
|
| Filename | Size |
|---|---|
| stapler-jrebel-1.263.pom | |
| stapler-jrebel-1.263.jar | 6 KB |
| stapler-jrebel-1.263-sources.jar | 1 KB |
| stapler-jrebel-1.263-javadoc.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler-jrebel/ -->
<dependency>
<groupId>org.kohsuke.stapler</groupId>
<artifactId>stapler-jrebel</artifactId>
<version>1.263</version>
</dependency>
// https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler-jrebel/
implementation 'org.kohsuke.stapler:stapler-jrebel:1.263'
// https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler-jrebel/
implementation ("org.kohsuke.stapler:stapler-jrebel:1.263")
'org.kohsuke.stapler:stapler-jrebel:jar:1.263'
<dependency org="org.kohsuke.stapler" name="stapler-jrebel" rev="1.263">
<artifact name="stapler-jrebel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kohsuke.stapler', module='stapler-jrebel', version='1.263')
)
libraryDependencies += "org.kohsuke.stapler" % "stapler-jrebel" % "1.263"
[org.kohsuke.stapler/stapler-jrebel "1.263"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.kohsuke.stapler : stapler | jar | 1.263 |
| org.kohsuke.metainf-services : metainf-services Optional | jar | 1.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| org.zeroturnaround : jr-sdk | jar | 2.1.1 |