is not current version
Last Version 1.0.7-RELEASE

com.codeages:framework-boot 1.0.5-RELEASE


GroupId

GroupId

com.codeages
ArtifactId

ArtifactId

framework-boot
Version

Version

1.0.5-RELEASE
Type

Type

pom

Download framework-boot 1.0.5-RELEASE


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