| Categories | CategoriesHudson Build Tools Continuous Integration and Continuous Delivery JDOM Business Logic Libraries | 
|---|---|
| GroupId | GroupIdorg.hudsonci.plugins | 
| ArtifactId | ArtifactIdjdom-shaded-library | 
| Last Version | Last Version1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionHudson JDOM shaded library Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ | 
| Filename | Size | 
|---|---|
| jdom-shaded-library-1.0.pom | |
| jdom-shaded-library-1.0.jar | 678 KB | 
| jdom-shaded-library-1.0-sources.jar | 961 bytes | 
| jdom-shaded-library-1.0-javadoc.jar | 20 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.hudsonci.plugins/jdom-shaded-library/ -->
<dependency>
    <groupId>org.hudsonci.plugins</groupId>
    <artifactId>jdom-shaded-library</artifactId>
    <version>1.0</version>
</dependency>// https://jarcasting.com/artifacts/org.hudsonci.plugins/jdom-shaded-library/
implementation 'org.hudsonci.plugins:jdom-shaded-library:1.0'// https://jarcasting.com/artifacts/org.hudsonci.plugins/jdom-shaded-library/
implementation ("org.hudsonci.plugins:jdom-shaded-library:1.0")'org.hudsonci.plugins:jdom-shaded-library:jar:1.0'<dependency org="org.hudsonci.plugins" name="jdom-shaded-library" rev="1.0">
  <artifact name="jdom-shaded-library" type="jar" />
</dependency>@Grapes(
@Grab(group='org.hudsonci.plugins', module='jdom-shaded-library', version='1.0')
)libraryDependencies += "org.hudsonci.plugins" % "jdom-shaded-library" % "1.0"[org.hudsonci.plugins/jdom-shaded-library "1.0"]