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