Conjars is a dead easy community jar repository for open source Cascading libraries and extensions.
After registering, you can push your project to the repo using scp.
pushing with scp
$ scp pom.xml mylib.jar repo@conjars.org:
ivy repository settings
<ivy:settings id="conjars.settings"
url="http://conjars.org/repo/ivysettings.xml"/>
Or
maven repository
<repository> <id>conjars.org</id> <url>http://conjars.org/repo</url> </repository>
To get started pushing your own jars create an account. Alternatively, browse the repository.
Recently pushed jars
- svu/mecj
- dk.aaue.sna/jgrapht-sna
- com.scaleunlimited/cascading.utils
- cascading/cascading-platform
- cascading/cascading-nested-json
Conjars is hosted and maintained by Concurrent, Inc., and is a fork of the Clojars source.