GroupId | GroupIdcom.kasinf |
---|---|
ArtifactId | ArtifactIdks-boot-gt3 |
Version | Version1.2.4.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
ks-boot-gt3-1.2.4.RELEASE.pom | |
ks-boot-gt3-1.2.4.RELEASE.jar | 10 KB |
ks-boot-gt3-1.2.4.RELEASE-sources.jar | 6 KB |
ks-boot-gt3-1.2.4.RELEASE-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kasinf/ks-boot-gt3/ -->
<dependency>
<groupId>com.kasinf</groupId>
<artifactId>ks-boot-gt3</artifactId>
<version>1.2.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.kasinf/ks-boot-gt3/
implementation 'com.kasinf:ks-boot-gt3:1.2.4.RELEASE'
// https://jarcasting.com/artifacts/com.kasinf/ks-boot-gt3/
implementation ("com.kasinf:ks-boot-gt3:1.2.4.RELEASE")
'com.kasinf:ks-boot-gt3:jar:1.2.4.RELEASE'
<dependency org="com.kasinf" name="ks-boot-gt3" rev="1.2.4.RELEASE">
<artifact name="ks-boot-gt3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kasinf', module='ks-boot-gt3', version='1.2.4.RELEASE')
)
libraryDependencies += "com.kasinf" % "ks-boot-gt3" % "1.2.4.RELEASE"
[com.kasinf/ks-boot-gt3 "1.2.4.RELEASE"]