Last Version

rest-storage 0.0.1

A generic endpoint for storage in Spring Boot.

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

io.github.thiagolvlsantos
ArtifactId

ArtifactId

rest-storage
Version

Version

0.0.1
Type

Type

jar
Description

Description

rest-storage
A generic endpoint for storage in Spring Boot.
Project URL

Project URL

https://github.com/thiagolvlsantos/rest-storage
Project Organization

Project Organization

com.github.thiagolvlsantos
Source Code Management

Source Code Management

https://github.com/thiagolvlsantos/rest-storage.git

Download rest-storage 0.0.1


<!-- 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"]

Dependencies

compile (7)

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

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.4.5

Project Modules

There are no modules declared in this project.