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