Skip to content

CZERTAINLY/CZERTAINLY-Dependencies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CZERTAINLY Dependencies

This repository is part of the commercial open source project CZERTAINLY. You can find more information about the project at CZERTAINLY repository, including the contribution guide.

Dependencies provides the basic setting of libraries for the CZERTAINLY platform in case modules or connectors are written in Java. There are pre-defined libraries which CZERTAINLY would like to use over the modules and connectors.

The settings are based on Spring Boot and their compliant dependencies that are regularly updated.

For more information, see pom.xml.

Maven

Dependencies are available in the Maven Central Repository. To use them, add the following to your pom.xml:

<parent>
    <groupId>com.czertainly</groupId>
    <artifactId>dependencies</artifactId>
    <version>${version}</version>
</parent>