Last Version

io.github.adityakumar28:base-crud-app 1.0.0

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.

License

License

GroupId

GroupId

io.github.adityakumar28
ArtifactId

ArtifactId

base-crud-app
Version

Version

1.0.0
Type

Type

jar
Description

Description

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.
Source Code Management

Source Code Management

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

Download base-crud-app 1.0.0


<!-- 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"]

Dependencies

compile (5)

Group / Artifact Type Version
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)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.7.0

Project Modules

There are no modules declared in this project.