p

parent

Essentials is a set of Java version 17 (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.
https://github.com/cloudcreate-dk/essentials
Apache License, Version 2.0
Jeppe Cramon
Files download
File Operation
parent-0.40.9.pom download
Apache Maven
<dependency>
  <groupId>dk.cloudcreate.essentials</groupId>
  <artifactId>parent</artifactId>
  <version>0.40.9</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'dk.cloudcreate.essentials:parent:0.40.9'
Gradle Kotlin
implementation("dk.cloudcreate.essentials:parent:0.40.9")
Scala SBT
libraryDependencies += "dk.cloudcreate.essentials" % "parent" % "0.40.9"
Groovy Grape
@Grapes(
  @Grab(group='dk.cloudcreate.essentials', module='parent', version='0.40.9')
)
Apache Ivy
<dependency org="dk.cloudcreate.essentials" name="parent" rev="0.40.9" />
Leiningen
[dk.cloudcreate.essentials/parent "0.40.9"]
Apache Buildr
'dk.cloudcreate.essentials:parent:jar:0.40.9'