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