Download nexus-2.2.78.jar file - Jar n

Jar examples for n:nexus

Description

shaded jar that gets around some class loading issues in HUdson versions prior to 1.316

You can download jar file nexus 2.2.78 in this page.

License

GNU General Public License

Build File

You can use the following script to add nexus-2.2.78.jar to your project.

<dependency>
   <groupId>io.fabric8.devops.apps</groupId>
   <artifactId>nexus</artifactId>
   <version>2.2.78</version>
</dependency>
compile group: 'io.fabric8.devops.apps', name: 'nexus', version: '2.2.78'
libraryDependencies += "io.fabric8.devops.apps" % "nexus" % "2.2.78"
<dependency org="io.fabric8.devops.apps" name="nexus" rev="2.2.78"/>
@Grapes(@Grab(group='io.fabric8.devops.apps', module='nexus', version='2.2.78'))
'io.fabric8.devops.apps:nexus:jar:2.2.78'

Download

Click the following link to download the jar file.

nexus-2.2.78-sources.jar
nexus-2.2.78.jar
nexus-2.2.78.pom



Related Tutorials