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