| GroupId | GroupIdio.github.guoshiqiufeng |
|---|---|
| ArtifactId | ArtifactIdframework-boot |
| Version | Version1.2.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| framework-boot-1.2.1.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.guoshiqiufeng/framework-boot/ -->
<dependency>
<groupId>io.github.guoshiqiufeng</groupId>
<artifactId>framework-boot</artifactId>
<version>1.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.guoshiqiufeng/framework-boot/
implementation 'io.github.guoshiqiufeng:framework-boot:1.2.1'
// https://jarcasting.com/artifacts/io.github.guoshiqiufeng/framework-boot/
implementation ("io.github.guoshiqiufeng:framework-boot:1.2.1")
'io.github.guoshiqiufeng:framework-boot:pom:1.2.1'
<dependency org="io.github.guoshiqiufeng" name="framework-boot" rev="1.2.1">
<artifact name="framework-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.guoshiqiufeng', module='framework-boot', version='1.2.1')
)
libraryDependencies += "io.github.guoshiqiufeng" % "framework-boot" % "1.2.1"
[io.github.guoshiqiufeng/framework-boot "1.2.1"]