Project

rnexus

0.01
No commit activity in last 3 years
No release in over 3 years
a ruby wrapper to interact with a nexus maven repository
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3.0

Runtime

~> 0.1.3
~> 1.6.1
 Project Readme

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.