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