не последняя версия
Последняя версия 0.7.4

dk.cloudcreate.essentials:parent 0.7.1

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.

Группа

Группа

dk.cloudcreate.essentials
Идентификатор

Идентификатор

parent
Версия

Версия

0.7.1
Тип

Тип

pom

Скачать parent 0.7.1

Имя Файла Размер
parent-0.7.1.pom 12 KB
Обзор

<!-- https://jarcasting.com/artifacts/dk.cloudcreate.essentials/parent/ -->
<dependency>
    <groupId>dk.cloudcreate.essentials</groupId>
    <artifactId>parent</artifactId>
    <version>0.7.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dk.cloudcreate.essentials/parent/
implementation 'dk.cloudcreate.essentials:parent:0.7.1'
// https://jarcasting.com/artifacts/dk.cloudcreate.essentials/parent/
implementation ("dk.cloudcreate.essentials:parent:0.7.1")
'dk.cloudcreate.essentials:parent:pom:0.7.1'
<dependency org="dk.cloudcreate.essentials" name="parent" rev="0.7.1">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='dk.cloudcreate.essentials', module='parent', version='0.7.1')
)
libraryDependencies += "dk.cloudcreate.essentials" % "parent" % "0.7.1"
[dk.cloudcreate.essentials/parent "0.7.1"]