MVN

io.github.cepr0 : generic-crud-parent

Maven & Gradle

May 09, 2019
24 stars

Generic CRUD · A library that reduces the writing of the boilerplate code for CRUD operations in Spring web applications

<dependency>
    <groupId>io.github.cepr0</groupId>
    <artifactId>generic-crud-parent</artifactId>
    <version>0.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.cepr0 : generic-crud-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.3.1

All Versions

Choose a version of io.github.cepr0 : generic-crud-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.3.x
generic-crud-parent-0.3.1
generic-crud-parent-0.3.0
0.2.x
generic-crud-parent-0.2.1
generic-crud-parent-0.2.0
0.1.x
generic-crud-parent-0.1.1
generic-crud-parent-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.cepr0</groupId>
    <artifactId>generic-crud-parent</artifactId>
    <version>0.3.1</version>
</dependency>