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