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