is not current version
Last Version 1.0.1.RELEASE

com.github.ichelon:springboot-framework 0.0.3.RELEASE

A Springboot-based Development Toolkit

GroupId

GroupId

com.github.ichelon
ArtifactId

ArtifactId

springboot-framework
Version

Version

0.0.3.RELEASE
Type

Type

pom

Download springboot-framework 0.0.3.RELEASE


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