is not current version
Last Version 1.3

com.github.whitedg:api-version-spring-boot-starter 1.1

Starter for versioning RESTful API

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.whitedg
ArtifactId

ArtifactId

api-version-spring-boot-starter
Version

Version

1.1
Type

Type

jar

Download api-version-spring-boot-starter 1.1


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