MVN

net.kuujo.catalog : catalog-parent

Maven & Gradle

Sep 16, 2015

Catalog · Feature complete implementation of the Raft consensus algorithm.

<dependency>
    <groupId>net.kuujo.catalog</groupId>
    <artifactId>catalog-parent</artifactId>
    <version>1.0.0-alpha1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.kuujo.catalog : catalog-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0-alpha1
  • Latest Alpha: 1.0.0-alpha1

All Versions

Choose a version of net.kuujo.catalog : catalog-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
catalog-parent-1.0.0-alpha1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.kuujo.catalog</groupId>
    <artifactId>catalog-parent</artifactId>
    <version>1.0.0-alpha1</version>
</dependency>