Skip to main content
Version: 1.2.2.0

Configure your project dependencies

You might need to build custom client application running on the cluster, or communicating with the cluster... The dependencies JAR are also part of the provided binaries.

Maven Repo URL

Repo NameVersionURL
OpenSource Data Platform (ODP) Maven Release1.2.2.0-138https://nexus.clemlab.com/repository/maven-releases/

You can use it with dependency manager like Maven or SBT

Maven Example

To configure the repository with Apache Maven you can edit your pom.xml file and in the <repositories> section add

<repository>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>ODP.REPO</id>
<name>CLEMLABS ODP</name>
<url>https://nexus.clemlab.com/repository/maven-releases/</url>
</repository>

SBT Example

To configure the repository with Apache SBT you can edit your pom.xml file and in the <repositories> section add

[repositories]
odp-clemlabs-maven-releases: https://nexus.clemlab.com/repository/maven-releases

If any dependency is missing feel free to contact us :)