License |
License |
---|---|
GroupId | GroupIdcom.github.paulosalonso |
ArtifactId | ArtifactIdcrud-api-base |
Version | Version1.0.9 |
Type | Typejar |
Description |
DescriptionCRUD API Base
Fornece implementação básica e expansível para criação API's CRUD com Spring Boot e Spring Data JPA.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
crud-api-base-1.0.9.pom | |
crud-api-base-1.0.9.jar | 114 KB |
crud-api-base-1.0.9-sources.jar | 54 KB |
crud-api-base-1.0.9-javadoc.jar | 881 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.paulosalonso/crud-api-base/ -->
<dependency>
<groupId>com.github.paulosalonso</groupId>
<artifactId>crud-api-base</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.paulosalonso/crud-api-base/
implementation 'com.github.paulosalonso:crud-api-base:1.0.9'
// https://jarcasting.com/artifacts/com.github.paulosalonso/crud-api-base/
implementation ("com.github.paulosalonso:crud-api-base:1.0.9")
'com.github.paulosalonso:crud-api-base:jar:1.0.9'
<dependency org="com.github.paulosalonso" name="crud-api-base" rev="1.0.9">
<artifact name="crud-api-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.paulosalonso', module='crud-api-base', version='1.0.9')
)
libraryDependencies += "com.github.paulosalonso" % "crud-api-base" % "1.0.9"
[com.github.paulosalonso/crud-api-base "1.0.9"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.3.0.RELEASE |
org.springframework.boot : spring-boot-starter-data-jpa | jar | 2.3.0.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.3.0.RELEASE |
com.h2database : h2 | jar | 1.4.200 |
io.rest-assured : rest-assured | jar | 3.3.0 |
org.assertj : assertj-core | jar | 3.16.1 |