Skip to content
Tjeerd Jan van der Molen edited this page Feb 26, 2018 · 2 revisions

Welcome to the jcerti wiki!

You can now use this project as a maven dependency in your project:

<dependency>
    <groupId>com.github.aidamina</groupId>
    <artifactId>jcerti</artifactId>
    <version>1.0</version>
</dependency>

You have to use the following repository to make this work since we are not in the central repository yet:

<repositories>
    <repository>
        <id>jcerti-repo</id>
        <url>https://raw.github.com/Aidamina/jcerti-repo/mvn-repo/</url>
    </repository>
</repositories>
Clone this wiki locally