io.github.adityakumar28:base-crud-app

Library for reducing dev time for spring boot developers.Idea is to generify the boilerplate code which is required for the creation of a CRUD application so that one should write the same code again and again for different class types.

Лицензия

Лицензия

Группа

Группа

io.github.adityakumar28
Идентификатор

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

base-crud-app
Последняя версия

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

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

io.github.adityakumar28:base-crud-app
Library for reducing dev time for spring boot developers.Idea is to generify the boilerplate code which is required for the creation of a CRUD application so that one should write the same code again and again for different class types.
Система контроля версий

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

http://github.com/adityakumar28/base-crud-app

Скачать base-crud-app

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

<!-- https://jarcasting.com/artifacts/io.github.adityakumar28/base-crud-app/ -->
<dependency>
    <groupId>io.github.adityakumar28</groupId>
    <artifactId>base-crud-app</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.adityakumar28/base-crud-app/
implementation 'io.github.adityakumar28:base-crud-app:1.0.0'
// https://jarcasting.com/artifacts/io.github.adityakumar28/base-crud-app/
implementation ("io.github.adityakumar28:base-crud-app:1.0.0")
'io.github.adityakumar28:base-crud-app:jar:1.0.0'
<dependency org="io.github.adityakumar28" name="base-crud-app" rev="1.0.0">
  <artifact name="base-crud-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.adityakumar28', module='base-crud-app', version='1.0.0')
)
libraryDependencies += "io.github.adityakumar28" % "base-crud-app" % "1.0.0"
[io.github.adityakumar28/base-crud-app "1.0.0"]

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter-data-jpa jar 2.7.0
org.springframework.boot : spring-boot-starter-web jar 2.7.0
org.projectlombok : lombok jar 1.18.24
org.springframework.boot : spring-boot-starter-validation jar 2.7.0
org.springdoc : springdoc-openapi-ui jar 1.6.8

test (1)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter-test jar 2.7.0

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

Данный проект не имеет модулей.

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

Версия
1.0.0