| GroupId | GroupIdorg.summerboot |
|---|---|
| ArtifactId | ArtifactIdframework.core |
| Version | Version2.0.13 |
| Type | Typejar |
| Filename | Size |
|---|---|
| framework.core-2.0.13.pom | |
| framework.core-2.0.13.jar | 335 KB |
| framework.core-2.0.13-sources.jar | 211 KB |
| framework.core-2.0.13-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.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.summerboot/framework.core/
implementation 'org.summerboot:framework.core:2.0.13'
// https://jarcasting.com/artifacts/org.summerboot/framework.core/
implementation ("org.summerboot:framework.core:2.0.13")
'org.summerboot:framework.core:jar:2.0.13'
<dependency org="org.summerboot" name="framework.core" rev="2.0.13">
<artifact name="framework.core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.summerboot', module='framework.core', version='2.0.13')
)
libraryDependencies += "org.summerboot" % "framework.core" % "2.0.13"
[org.summerboot/framework.core "2.0.13"]