Categories |
CategoriesHudson Build Tools Continuous Integration and Continuous Delivery CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.hudson.stapler |
ArtifactId | ArtifactIdstapler-jelly |
Version | Version3.0.0-M2 |
Type | Typejar |
Filename | Size |
---|---|
stapler-jelly-3.0.0-M2.pom | |
stapler-jelly-3.0.0-M2.jar | 76 KB |
stapler-jelly-3.0.0-M2-sources.jar | 56 KB |
stapler-jelly-3.0.0-M2-javadoc.jar | 240 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.hudson.stapler/stapler-jelly/ -->
<dependency>
<groupId>org.eclipse.hudson.stapler</groupId>
<artifactId>stapler-jelly</artifactId>
<version>3.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hudson.stapler/stapler-jelly/
implementation 'org.eclipse.hudson.stapler:stapler-jelly:3.0.0-M2'
// https://jarcasting.com/artifacts/org.eclipse.hudson.stapler/stapler-jelly/
implementation ("org.eclipse.hudson.stapler:stapler-jelly:3.0.0-M2")
'org.eclipse.hudson.stapler:stapler-jelly:jar:3.0.0-M2'
<dependency org="org.eclipse.hudson.stapler" name="stapler-jelly" rev="3.0.0-M2">
<artifact name="stapler-jelly" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hudson.stapler', module='stapler-jelly', version='3.0.0-M2')
)
libraryDependencies += "org.eclipse.hudson.stapler" % "stapler-jelly" % "3.0.0-M2"
[org.eclipse.hudson.stapler/stapler-jelly "3.0.0-M2"]