License |
License |
---|---|
Categories |
CategoriesAnt Build Tools Git Development Tools Version Controls |
GroupId | GroupIdio.github.thiagolvlsantos |
ArtifactId | ArtifactIdgit-storage |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongit-storage
A file system object storage in Spring Boot.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
git-storage-0.0.1.pom | |
git-storage-0.0.1.jar | 30 KB |
git-storage-0.0.1-sources.jar | 18 KB |
git-storage-0.0.1-javadoc.jar | 492 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.thiagolvlsantos/git-storage/ -->
<dependency>
<groupId>io.github.thiagolvlsantos</groupId>
<artifactId>git-storage</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.thiagolvlsantos/git-storage/
implementation 'io.github.thiagolvlsantos:git-storage:0.0.1'
// https://jarcasting.com/artifacts/io.github.thiagolvlsantos/git-storage/
implementation ("io.github.thiagolvlsantos:git-storage:0.0.1")
'io.github.thiagolvlsantos:git-storage:jar:0.0.1'
<dependency org="io.github.thiagolvlsantos" name="git-storage" rev="0.0.1">
<artifact name="git-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.thiagolvlsantos', module='git-storage', version='0.0.1')
)
libraryDependencies += "io.github.thiagolvlsantos" % "git-storage" % "0.0.1"
[io.github.thiagolvlsantos/git-storage "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.4.5 |
org.springframework.boot : spring-boot-starter-json | jar | 2.4.5 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.4.5 |
org.projectlombok : lombok Optional | jar | 1.18.20 |
io.github.thiagolvlsantos : git-commons | jar | 1.0.29 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.4.5 |