Simple library wrapping around the Oracle RIDC client library fo UCM. This has been developed and tested against UCM 10Gr3 - may work with the new version but haven't tried it yet. The one Oracle library is not available through clojars - or jarvana so it needs to be added to you local maven repository as below: $ mvn install:install-file -Dfile=./ridc/oracle-ridc-client-10g.jar -DgroupId=oracle -DartifactId=ridc -Dversion=10.0 -Dpackaging=jar -DgeneratePom=true The above bit of script requires that the jar is downloaded and placed in the named directories. They can be downloaded from - accept the the license agreement and click on the link to download Content Integration Suite: * http://www.oracle.com/technetwork/middleware/content-management/downloads/index-ucm10g-082682.html
[clj-ucm "1.0.0-SNAPSHOT"]
clj-ucm/clj-ucm {:mvn/version "1.0.0-SNAPSHOT"}
implementation("clj-ucm:clj-ucm:1.0.0-SNAPSHOT")
<dependency> <groupId>clj-ucm</groupId> <artifactId>clj-ucm</artifactId> <version>1.0.0-SNAPSHOT</version> </dependency>
Want to display the latest version of your project on GitHub? Use the markdown code below!
If you want to include pre-releases and snapshots, use the following markdown code: