GroupId | GroupIdorg.kohsuke.stapler |
---|---|
ArtifactId | ArtifactIdstapler-adjuncts |
Last Version | Last Version1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionParent POM for Stapler adjunts
A collection of libaries for packaging 3rd party JavaScript libraries as adjuncts
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
stapler-adjuncts-1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler-adjuncts/ -->
<dependency>
<groupId>org.kohsuke.stapler</groupId>
<artifactId>stapler-adjuncts</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler-adjuncts/
implementation 'org.kohsuke.stapler:stapler-adjuncts:1'
// https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler-adjuncts/
implementation ("org.kohsuke.stapler:stapler-adjuncts:1")
'org.kohsuke.stapler:stapler-adjuncts:pom:1'
<dependency org="org.kohsuke.stapler" name="stapler-adjuncts" rev="1">
<artifact name="stapler-adjuncts" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.kohsuke.stapler', module='stapler-adjuncts', version='1')
)
libraryDependencies += "org.kohsuke.stapler" % "stapler-adjuncts" % "1"
[org.kohsuke.stapler/stapler-adjuncts "1"]