is not current version
Last Version 2.1.1

org.summerboot:framework.core 2.0.21

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.21
Type

Type

jar

Download framework.core 2.0.21


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