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.

Лицензия

Лицензия

Группа

Группа

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

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

parent
Последняя версия

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

0.7.4
Дата

Дата

Тип

Тип

pom
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://github.com/cloudcreate-dk/essentials
Система контроля версий

Система контроля версий

https://github.com/cloudcreate-dk/essentials

Скачать parent

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

Как подключить последнюю версию

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

Зависимости

test (6)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter jar
org.junit.jupiter : junit-jupiter-engine jar
org.junit.vintage : junit-vintage-engine jar
org.assertj : assertj-core jar 3.23.1
org.slf4j : slf4j-api jar 1.7.36
ch.qos.logback : logback-classic jar 1.2.11

Модули Проекта

  • shared
  • types
  • types-jackson
  • types-springdata-mongo
  • types-springdata-jpa
  • types-jdbi
  • types-avro
  • types-spring-web
  • immutable
  • immutable-jackson
  • reactive

Версии библиотеки

Версия
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.5
0.6.2
0.6.1
0.6.0
0.5.1
0.5.0