Spring Boot Commons

Spring Boot Commons Library

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

io.github.iangabrielsanchez
ArtifactId

ArtifactId

spring-boot-commons
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Spring Boot Commons
Spring Boot Commons Library
Project URL

Project URL

https://github.com/iangabrielsanchez/spring-boot-commons
Source Code Management

Source Code Management

https://github.com/iangabrielsanchez/spring-boot-commons

Download spring-boot-commons

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.iangabrielsanchez/spring-boot-commons/ -->
<dependency>
    <groupId>io.github.iangabrielsanchez</groupId>
    <artifactId>spring-boot-commons</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.iangabrielsanchez/spring-boot-commons/
implementation 'io.github.iangabrielsanchez:spring-boot-commons:1.0.0'
// https://jarcasting.com/artifacts/io.github.iangabrielsanchez/spring-boot-commons/
implementation ("io.github.iangabrielsanchez:spring-boot-commons:1.0.0")
'io.github.iangabrielsanchez:spring-boot-commons:jar:1.0.0'
<dependency org="io.github.iangabrielsanchez" name="spring-boot-commons" rev="1.0.0">
  <artifact name="spring-boot-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.iangabrielsanchez', module='spring-boot-commons', version='1.0.0')
)
libraryDependencies += "io.github.iangabrielsanchez" % "spring-boot-commons" % "1.0.0"
[io.github.iangabrielsanchez/spring-boot-commons "1.0.0"]

Dependencies

compile (5)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-data-jpa jar 2.1.5.RELEASE
org.springframework.boot : spring-boot-starter-web jar 2.1.5.RELEASE
org.projectlombok : lombok jar 1.18.8
io.springfox : springfox-swagger-ui jar 2.9.2
io.springfox : springfox-swagger2 jar 2.9.2

runtime (1)

Group / Artifact Type Version
com.h2database : h2 jar 1.4.199

test (3)

Group / Artifact Type Version
org.spockframework : spock-core jar 1.3-groovy-2.5
org.spockframework : spock-spring jar 1.3-groovy-2.5
org.springframework.boot : spring-boot-starter-test jar 2.1.5.RELEASE

Project Modules

There are no modules declared in this project.

spring-boot-commons

A code library for implementing common things in spring-boot.

Versions

Version
1.0.0