is not current version
Last Version 0.0.4-RELEASE

com.github.kancyframework:springx-boot 0.0.1-RELEASE

Springx Boot Framework

GroupId

GroupId

com.github.kancyframework
ArtifactId

ArtifactId

springx-boot
Version

Version

0.0.1-RELEASE
Type

Type

pom

Download springx-boot 0.0.1-RELEASE


<!-- https://jarcasting.com/artifacts/com.github.kancyframework/springx-boot/ -->
<dependency>
    <groupId>com.github.kancyframework</groupId>
    <artifactId>springx-boot</artifactId>
    <version>0.0.1-RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kancyframework/springx-boot/
implementation 'com.github.kancyframework:springx-boot:0.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.kancyframework/springx-boot/
implementation ("com.github.kancyframework:springx-boot:0.0.1-RELEASE")
'com.github.kancyframework:springx-boot:pom:0.0.1-RELEASE'
<dependency org="com.github.kancyframework" name="springx-boot" rev="0.0.1-RELEASE">
  <artifact name="springx-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.kancyframework', module='springx-boot', version='0.0.1-RELEASE')
)
libraryDependencies += "com.github.kancyframework" % "springx-boot" % "0.0.1-RELEASE"
[com.github.kancyframework/springx-boot "0.0.1-RELEASE"]