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
- pentaho/mondrian-data-foodmart-json
- cascading/pattern-pmml
- cascading/pattern-local
- cascading/pattern-hadoop
- cascading/pattern-core
Conjars is hosted and maintained by Concurrent, Inc., and is a fork of the Clojars source.