MVN

dk.cloudcreate.essentials : parent

Maven & Gradle

Aug 20, 2023

essentials-parent · Essentials is a set of Java version 11 (and later) building blocks built from the ground up to have no dependencies on other libraries, unless explicitly mentioned. The Essentials philosophy is to provide high level building blocks and coding constructs that allows for concise and strongly typed code, which doesn't depend on other libraries or frameworks, but instead allows easy integrations with many of the most popular libraries and frameworks such as Jackson, Spring Boot, Spring Data, JPA, etc.

<dependency>
    <groupId>dk.cloudcreate.essentials</groupId>
    <artifactId>parent</artifactId>
    <version>0.9.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dk.cloudcreate.essentials : parent to add to Maven - Latest Versions:

  • Latest Stable: 0.9.11

All Versions

Choose a version of dk.cloudcreate.essentials : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.20.x
parent-0.20.5
parent-0.20.4
parent-0.20.3
parent-0.20.2
parent-0.20.1
parent-0.20.0
0.9.x
parent-0.9.11
parent-0.9.10
parent-0.9.9
parent-0.9.8
parent-0.9.7
parent-0.9.6
parent-0.9.5
parent-0.9.4
parent-0.9.3
parent-0.9.2
parent-0.9.1
parent-0.9.0
0.8.x
parent-0.8.10
parent-0.8.9
parent-0.8.8
parent-0.8.7
parent-0.8.6
parent-0.8.5
parent-0.8.4
parent-0.8.2
parent-0.8.1
parent-0.8.0
0.7.x
parent-0.7.9
parent-0.7.8
parent-0.7.7
parent-0.7.6
parent-0.7.5
parent-0.7.4
parent-0.7.3
parent-0.7.2
parent-0.7.1
parent-0.7.0
0.6.x
parent-0.6.5
parent-0.6.2
parent-0.6.1
parent-0.6.0
0.5.x
parent-0.5.1
parent-0.5.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>dk.cloudcreate.essentials</groupId>
    <artifactId>parent</artifactId>
    <version>0.9.11</version>
</dependency>

Advertisement