License |
License |
---|---|
GroupId | GroupIdio.github.adityakumar28 |
ArtifactId | ArtifactIdbase-crud-app |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionio.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 |
Filename | Size |
---|---|
base-crud-app-1.0.0.pom | |
base-crud-app-1.0.0.jar | 11 KB |
base-crud-app-1.0.0-sources.jar | 4 KB |
base-crud-app-1.0.0-javadoc.jar | 171 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.7.0 |