GroupId | GroupIdcom.kasinf |
---|---|
ArtifactId | ArtifactIdks-boot-oauth |
Version | Version1.1.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.kasinf/ks-boot-oauth/ -->
<dependency>
<groupId>com.kasinf</groupId>
<artifactId>ks-boot-oauth</artifactId>
<version>1.1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.kasinf/ks-boot-oauth/
implementation 'com.kasinf:ks-boot-oauth:1.1.0.RELEASE'
// https://jarcasting.com/artifacts/com.kasinf/ks-boot-oauth/
implementation ("com.kasinf:ks-boot-oauth:1.1.0.RELEASE")
'com.kasinf:ks-boot-oauth:jar:1.1.0.RELEASE'
<dependency org="com.kasinf" name="ks-boot-oauth" rev="1.1.0.RELEASE">
<artifact name="ks-boot-oauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kasinf', module='ks-boot-oauth', version='1.1.0.RELEASE')
)
libraryDependencies += "com.kasinf" % "ks-boot-oauth" % "1.1.0.RELEASE"
[com.kasinf/ks-boot-oauth "1.1.0.RELEASE"]