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