| GroupId | GroupIdtech.iboot |
|---|---|
| ArtifactId | ArtifactIdiboot-framework-core |
| Version | Version0.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| iboot-framework-core-0.0.2.pom | |
| iboot-framework-core-0.0.2.jar | 1 KB |
| iboot-framework-core-0.0.2-sources.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/tech.iboot/iboot-framework-core/ -->
<dependency>
<groupId>tech.iboot</groupId>
<artifactId>iboot-framework-core</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/tech.iboot/iboot-framework-core/
implementation 'tech.iboot:iboot-framework-core:0.0.2'
// https://jarcasting.com/artifacts/tech.iboot/iboot-framework-core/
implementation ("tech.iboot:iboot-framework-core:0.0.2")
'tech.iboot:iboot-framework-core:jar:0.0.2'
<dependency org="tech.iboot" name="iboot-framework-core" rev="0.0.2">
<artifact name="iboot-framework-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.iboot', module='iboot-framework-core', version='0.0.2')
)
libraryDependencies += "tech.iboot" % "iboot-framework-core" % "0.0.2"
[tech.iboot/iboot-framework-core "0.0.2"]