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