Skip to content

darrinholst/rnexus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rnexus

A ruby wrapper to perform actions against the Nexus maven repository manager

Install

sudo gem install rnexus

Usage

repo = Nexus::Repository.new("http://path/to/nexus")
artifacts = repo.find_artifacts(:group => 'org.mockito', :name => 'mockito', :type => 'jar')
jar = repo.download_artifact(artifacts.first)

Copyright © 2009 Darrin Holst. See LICENSE for details.

About

ruby wrapper around the nexus maven repository rest api

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages