License |
License |
---|---|
GroupId | GroupIdcom.github.lkqm |
ArtifactId | ArtifactIdspring-api-versioning |
Version | Version1.3.0 |
Type | Typejar |
Description |
Descriptionspring-api-versioning
Simple development of multi-version api based on spring-mvc via @ApiVersion annotation, support for
uri, header, param.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.8 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.3.9.RELEASE |