Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.seepine |
ArtifactId | ArtifactIdspring-boot-starter-auth |
Version | Version2.0.0-beta.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.seepine/spring-boot-starter-auth/ -->
<dependency>
<groupId>com.seepine</groupId>
<artifactId>spring-boot-starter-auth</artifactId>
<version>2.0.0-beta.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.seepine/spring-boot-starter-auth/
implementation 'com.seepine:spring-boot-starter-auth:2.0.0-beta.6'
// https://jarcasting.com/artifacts/com.seepine/spring-boot-starter-auth/
implementation ("com.seepine:spring-boot-starter-auth:2.0.0-beta.6")
'com.seepine:spring-boot-starter-auth:jar:2.0.0-beta.6'
<dependency org="com.seepine" name="spring-boot-starter-auth" rev="2.0.0-beta.6">
<artifact name="spring-boot-starter-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seepine', module='spring-boot-starter-auth', version='2.0.0-beta.6')
)
libraryDependencies += "com.seepine" % "spring-boot-starter-auth" % "2.0.0-beta.6"
[com.seepine/spring-boot-starter-auth "2.0.0-beta.6"]