License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdio.github.thiagolvlsantos |
ArtifactId | ArtifactIdrest-storage |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrest-storage
A generic endpoint for storage in Spring Boot.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rest-storage-0.0.1.pom | |
rest-storage-0.0.1.jar | 58 KB |
rest-storage-0.0.1-sources.jar | 31 KB |
rest-storage-0.0.1-javadoc.jar | 677 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.thiagolvlsantos/rest-storage/ -->
<dependency>
<groupId>io.github.thiagolvlsantos</groupId>
<artifactId>rest-storage</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.thiagolvlsantos/rest-storage/
implementation 'io.github.thiagolvlsantos:rest-storage:0.0.1'
// https://jarcasting.com/artifacts/io.github.thiagolvlsantos/rest-storage/
implementation ("io.github.thiagolvlsantos:rest-storage:0.0.1")
'io.github.thiagolvlsantos:rest-storage:jar:0.0.1'
<dependency org="io.github.thiagolvlsantos" name="rest-storage" rev="0.0.1">
<artifact name="rest-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.thiagolvlsantos', module='rest-storage', version='0.0.1')
)
libraryDependencies += "io.github.thiagolvlsantos" % "rest-storage" % "0.0.1"
[io.github.thiagolvlsantos/rest-storage "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.4.5 |
org.projectlombok : lombok Optional | jar | 1.18.20 |
org.springdoc : springdoc-openapi-ui | jar | 1.5.10 |
ma.glasnost.orika : orika-core | jar | 1.5.4 |
io.github.thiagolvlsantos : git-transactions | jar | 0.0.4 |
io.github.thiagolvlsantos : file-storage | jar | 0.0.4 |
io.github.thiagolvlsantos : json-predicate | jar | 0.0.7 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.4.5 |