GroupId | GroupIdcom.github.kancyframework |
---|---|
ArtifactId | ArtifactIdspringx-boot-minidb |
Version | Version0.0.2-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.kancyframework/springx-boot-minidb/ -->
<dependency>
<groupId>com.github.kancyframework</groupId>
<artifactId>springx-boot-minidb</artifactId>
<version>0.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kancyframework/springx-boot-minidb/
implementation 'com.github.kancyframework:springx-boot-minidb:0.0.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.kancyframework/springx-boot-minidb/
implementation ("com.github.kancyframework:springx-boot-minidb:0.0.2-RELEASE")
'com.github.kancyframework:springx-boot-minidb:jar:0.0.2-RELEASE'
<dependency org="com.github.kancyframework" name="springx-boot-minidb" rev="0.0.2-RELEASE">
<artifact name="springx-boot-minidb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kancyframework', module='springx-boot-minidb', version='0.0.2-RELEASE')
)
libraryDependencies += "com.github.kancyframework" % "springx-boot-minidb" % "0.0.2-RELEASE"
[com.github.kancyframework/springx-boot-minidb "0.0.2-RELEASE"]