| GroupId | GroupIdorg.summerboot |
|---|---|
| ArtifactId | ArtifactIdframework.core |
| Version | Version2.0.24 |
| Type | Typejar |
| Filename | Size |
|---|---|
| framework.core-2.0.24.pom | |
| framework.core-2.0.24.jar | 336 KB |
| framework.core-2.0.24-sources.jar | 212 KB |
| framework.core-2.0.24-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.summerboot/framework.core/ -->
<dependency>
<groupId>org.summerboot</groupId>
<artifactId>framework.core</artifactId>
<version>2.0.24</version>
</dependency>
// https://jarcasting.com/artifacts/org.summerboot/framework.core/
implementation 'org.summerboot:framework.core:2.0.24'
// https://jarcasting.com/artifacts/org.summerboot/framework.core/
implementation ("org.summerboot:framework.core:2.0.24")
'org.summerboot:framework.core:jar:2.0.24'
<dependency org="org.summerboot" name="framework.core" rev="2.0.24">
<artifact name="framework.core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.summerboot', module='framework.core', version='2.0.24')
)
libraryDependencies += "org.summerboot" % "framework.core" % "2.0.24"
[org.summerboot/framework.core "2.0.24"]