Maven Repository

Conholdate packages,
ready for Maven.

The official Maven repository for Conholdate Java packages. Add the repository once and use your dependencies directly from your build.

Maven
Repository format
Java
Primary ecosystem
24/7
Repository availability
Quick start

Add the repository

Add the repository to your Maven project and declare the required package.

pom.xml
<repositories>
        <repository>
            <id>repository.conholdate.com</id>
            <name>Conholdate Repository</name>
            <url>https://mvn.conholdate.com/</url>
        </repository>
    </repositories>

    <dependency>
        <groupId>com.conholdate</groupId>
        <artifactId>conholdate-total</artifactId>
        <version>26.6.8</version>
        <type>pom</type>
    </dependency>
Compatible tooling

Works with your build workflow

Use the repository with the tools you already use to build Java applications.

M

Maven

Use standard Maven repository configuration.

G

Gradle

Add the repository directly to your Gradle build.

S

sbt

Use Conholdate artifacts in Scala projects.

Repository

Artifacts

Browse the latest versions available in the Conholdate Maven repository.

Loading versions...