Last Version

spring-web-version 1.0.0

Spring Boot library to manage REST API versioning

License

License

GroupId

GroupId

ru.mihkopylov
ArtifactId

ArtifactId

spring-web-version
Version

Version

1.0.0
Type

Type

jar
Description

Description

spring-web-version
Spring Boot library to manage REST API versioning
Project URL

Project URL

https://github.com/mih-kopylov/spring-web-version
Source Code Management

Source Code Management

https://github.com/mih-kopylov/spring-web-version/tree/master

Download spring-web-version 1.0.0


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

Dependencies

compile (4)

Group / Artifact Type Version
org.springframework.boot : spring-boot-autoconfigure jar 2.3.3.RELEASE
org.springframework.boot : spring-boot-autoconfigure-processor Optional jar 2.3.3.RELEASE
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.3.3.RELEASE
org.projectlombok : lombok Optional jar 1.18.12

provided (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-logging jar 2.3.3.RELEASE
org.springframework : spring-webmvc jar
org.apache.tomcat.embed : tomcat-embed-core jar 9.0.37

runtime (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-devtools Optional jar 2.3.3.RELEASE

test (1)

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

Project Modules

There are no modules declared in this project.