| License | License | 
|---|---|
| Categories | CategoriesHudson Build Tools Continuous Integration and Continuous Delivery Net | 
| GroupId | GroupIdorg.jvnet.hudson.plugins.m2release | 
| ArtifactId | ArtifactIdnexus | 
| Last Version | Last Version0.0.3 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionHudson Maven Release Plug-in nexus helper shaded jar that gets around some class loading issues in HUdson versions prior to 1.316 | 
| Filename | Size | 
|---|---|
| nexus-0.0.3.pom | |
| nexus-0.0.3.jar | 1 MB | 
| nexus-0.0.3-sources.jar | 324 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.jvnet.hudson.plugins.m2release/nexus/ -->
<dependency>
    <groupId>org.jvnet.hudson.plugins.m2release</groupId>
    <artifactId>nexus</artifactId>
    <version>0.0.3</version>
</dependency>// https://jarcasting.com/artifacts/org.jvnet.hudson.plugins.m2release/nexus/
implementation 'org.jvnet.hudson.plugins.m2release:nexus:0.0.3'// https://jarcasting.com/artifacts/org.jvnet.hudson.plugins.m2release/nexus/
implementation ("org.jvnet.hudson.plugins.m2release:nexus:0.0.3")'org.jvnet.hudson.plugins.m2release:nexus:jar:0.0.3'<dependency org="org.jvnet.hudson.plugins.m2release" name="nexus" rev="0.0.3">
  <artifact name="nexus" type="jar" />
</dependency>@Grapes(
@Grab(group='org.jvnet.hudson.plugins.m2release', module='nexus', version='0.0.3')
)libraryDependencies += "org.jvnet.hudson.plugins.m2release" % "nexus" % "0.0.3"[org.jvnet.hudson.plugins.m2release/nexus "0.0.3"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 3.8 |