MVN

io.github.uedsonreis : lib-ws-crud

Maven & Gradle

Sep 06, 2022

Lib Web Service CRUD · Lib project for building a Restful Web Services in Spring Boot

<dependency>
    <groupId>io.github.uedsonreis</groupId>
    <artifactId>lib-ws-crud</artifactId>
    <version>1.0.001</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.uedsonreis : lib-ws-crud to add to Maven - Latest Versions:

  • Latest Stable: 1.0.001

All Versions

Choose a version of io.github.uedsonreis : lib-ws-crud to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
lib-ws-crud-1.0.001
lib-ws-crud-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.uedsonreis</groupId>
    <artifactId>lib-ws-crud</artifactId>
    <version>1.0.001</version>
</dependency>