is not current version
Last Version 1.0.9

com.github.paulosalonso:crud-api-base 0.0.2-RP

Fornece implementação básica e expansível para criação API's CRUD com Spring Boot e Spring Data JPA.

GroupId

GroupId

com.github.paulosalonso
ArtifactId

ArtifactId

crud-api-base
Version

Version

0.0.2-RP
Type

Type

jar

Download crud-api-base 0.0.2-RP


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