Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.xincao9 |
ArtifactId | ArtifactIdjswitcher-spring-boot-starter |
Version | Version1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.xincao9/jswitcher-spring-boot-starter/ -->
<dependency>
<groupId>com.github.xincao9</groupId>
<artifactId>jswitcher-spring-boot-starter</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xincao9/jswitcher-spring-boot-starter/
implementation 'com.github.xincao9:jswitcher-spring-boot-starter:1.1'
// https://jarcasting.com/artifacts/com.github.xincao9/jswitcher-spring-boot-starter/
implementation ("com.github.xincao9:jswitcher-spring-boot-starter:1.1")
'com.github.xincao9:jswitcher-spring-boot-starter:jar:1.1'
<dependency org="com.github.xincao9" name="jswitcher-spring-boot-starter" rev="1.1">
<artifact name="jswitcher-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xincao9', module='jswitcher-spring-boot-starter', version='1.1')
)
libraryDependencies += "com.github.xincao9" % "jswitcher-spring-boot-starter" % "1.1"
[com.github.xincao9/jswitcher-spring-boot-starter "1.1"]