is not current version
Last Version 2.1.1

org.summerboot:framework.core 2.0.14

Summer Boot (Core) focuses on solving non-functional and operational maintainability requirements, some of which Spring Boot has (may) not yet provided

GroupId

GroupId

org.summerboot
ArtifactId

ArtifactId

framework.core
Version

Version

2.0.14
Type

Type

jar

Download framework.core 2.0.14


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