Last Version

spring-api-versioning 1.3.0

Simple development of multi-version api based on spring-mvc via @ApiVersion annotation, support for uri, header, param.

License

License

GroupId

GroupId

com.github.lkqm
ArtifactId

ArtifactId

spring-api-versioning
Version

Version

1.3.0
Type

Type

jar
Description

Description

spring-api-versioning
Simple development of multi-version api based on spring-mvc via @ApiVersion annotation, support for uri, header, param.
Project URL

Project URL

https://github.com/lkqm/spring-api-versioning
Source Code Management

Source Code Management

https://github.com/lkqm/spring-api-versioning

Download spring-api-versioning 1.3.0


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

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter Optional jar 2.3.9.RELEASE
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.3.9.RELEASE
org.springframework.boot : spring-boot-starter-web Optional jar 2.3.9.RELEASE

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.8

test (1)

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

Project Modules

There are no modules declared in this project.