GroupId | GroupIdtech.iooo.boot |
---|---|
ArtifactId | ArtifactIdiooo-boot-core |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
iooo-boot-core-1.1.1.pom | |
iooo-boot-core-1.1.1.jar | 115 KB |
iooo-boot-core-1.1.1-sources.jar | 80 KB |
iooo-boot-core-1.1.1-javadoc.jar | 321 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.iooo.boot/iooo-boot-core/ -->
<dependency>
<groupId>tech.iooo.boot</groupId>
<artifactId>iooo-boot-core</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/tech.iooo.boot/iooo-boot-core/
implementation 'tech.iooo.boot:iooo-boot-core:1.1.1'
// https://jarcasting.com/artifacts/tech.iooo.boot/iooo-boot-core/
implementation ("tech.iooo.boot:iooo-boot-core:1.1.1")
'tech.iooo.boot:iooo-boot-core:jar:1.1.1'
<dependency org="tech.iooo.boot" name="iooo-boot-core" rev="1.1.1">
<artifact name="iooo-boot-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.iooo.boot', module='iooo-boot-core', version='1.1.1')
)
libraryDependencies += "tech.iooo.boot" % "iooo-boot-core" % "1.1.1"
[tech.iooo.boot/iooo-boot-core "1.1.1"]