| License | License | 
|---|---|
| GroupId | GroupIdio.github.itliwei | 
| ArtifactId | ArtifactIdv-boot | 
| Last Version | Last Version1.0.0-RELEASE | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptionv-boot micro service tool | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| v-boot-1.0.0-RELEASE.pom | 8 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.github.itliwei/v-boot/ -->
<dependency>
    <groupId>io.github.itliwei</groupId>
    <artifactId>v-boot</artifactId>
    <version>1.0.0-RELEASE</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/io.github.itliwei/v-boot/
implementation 'io.github.itliwei:v-boot:1.0.0-RELEASE'// https://jarcasting.com/artifacts/io.github.itliwei/v-boot/
implementation ("io.github.itliwei:v-boot:1.0.0-RELEASE")'io.github.itliwei:v-boot:pom:1.0.0-RELEASE'<dependency org="io.github.itliwei" name="v-boot" rev="1.0.0-RELEASE">
  <artifact name="v-boot" type="pom" />
</dependency>@Grapes(
@Grab(group='io.github.itliwei', module='v-boot', version='1.0.0-RELEASE')
)libraryDependencies += "io.github.itliwei" % "v-boot" % "1.0.0-RELEASE"[io.github.itliwei/v-boot "1.0.0-RELEASE"]