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