Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.whitedg |
ArtifactId | ArtifactIdapi-version-spring-boot-starter |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
api-version-spring-boot-starter-1.1.pom | |
api-version-spring-boot-starter-1.1.jar | 2 KB |
Browse |
<!-- 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"]