restful-spring-boot-starter

A boot starter project for RESTFUL api

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

top.iteratefast
ArtifactId

ArtifactId

restful-spring-boot-starter
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

restful-spring-boot-starter
A boot starter project for RESTFUL api
Project URL

Project URL

https://github.com/iteratefast/boot-starters/tree/master/restful-spring-boot-starter

Download restful-spring-boot-starter

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.springframework.boot : spring-boot-configuration-processor Optional jar
org.springframework.boot : spring-boot-autoconfigure jar
org.springframework.boot : spring-boot-starter-web jar
org.springframework.data : spring-data-commons jar

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0