| GroupId | GroupIdorg.kohsuke.stapler |
|---|---|
| ArtifactId | ArtifactIdstapler-jrebel |
| Version | Version1.240 |
| Type | Typejar |
| Filename | Size |
|---|---|
| stapler-jrebel-1.240.pom | |
| stapler-jrebel-1.240.jar | 6 KB |
| stapler-jrebel-1.240-sources.jar | 1 KB |
| stapler-jrebel-1.240-javadoc.jar | 39 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler-jrebel/ -->
<dependency>
<groupId>org.kohsuke.stapler</groupId>
<artifactId>stapler-jrebel</artifactId>
<version>1.240</version>
</dependency>
// https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler-jrebel/
implementation 'org.kohsuke.stapler:stapler-jrebel:1.240'
// https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler-jrebel/
implementation ("org.kohsuke.stapler:stapler-jrebel:1.240")
'org.kohsuke.stapler:stapler-jrebel:jar:1.240'
<dependency org="org.kohsuke.stapler" name="stapler-jrebel" rev="1.240">
<artifact name="stapler-jrebel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kohsuke.stapler', module='stapler-jrebel', version='1.240')
)
libraryDependencies += "org.kohsuke.stapler" % "stapler-jrebel" % "1.240"
[org.kohsuke.stapler/stapler-jrebel "1.240"]