Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.v1ok |
ArtifactId | ArtifactIdspring-boot-auth |
Version | Version251.0.6 |
Type | Typejar |
Filename | Size |
---|---|
spring-boot-auth-251.0.6.pom | |
spring-boot-auth-251.0.6.jar | 30 KB |
spring-boot-auth-251.0.6-sources.jar | 19 KB |
spring-boot-auth-251.0.6-javadoc.jar | 197 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.v1ok/spring-boot-auth/ -->
<dependency>
<groupId>com.v1ok</groupId>
<artifactId>spring-boot-auth</artifactId>
<version>251.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.v1ok/spring-boot-auth/
implementation 'com.v1ok:spring-boot-auth:251.0.6'
// https://jarcasting.com/artifacts/com.v1ok/spring-boot-auth/
implementation ("com.v1ok:spring-boot-auth:251.0.6")
'com.v1ok:spring-boot-auth:jar:251.0.6'
<dependency org="com.v1ok" name="spring-boot-auth" rev="251.0.6">
<artifact name="spring-boot-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.v1ok', module='spring-boot-auth', version='251.0.6')
)
libraryDependencies += "com.v1ok" % "spring-boot-auth" % "251.0.6"
[com.v1ok/spring-boot-auth "251.0.6"]