| License |
License |
|---|---|
| GroupId | GroupIdio.gitee.tonggong |
| ArtifactId | ArtifactIdfast-framework-bom |
| Version | Version1.0.0 |
| Type | Typepom |
| Description |
DescriptionFastFrameworkBom
快速开发
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| fast-framework-bom-1.0.0.pom | 17 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.gitee.tonggong/fast-framework-bom/ -->
<dependency>
<groupId>io.gitee.tonggong</groupId>
<artifactId>fast-framework-bom</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.gitee.tonggong/fast-framework-bom/
implementation 'io.gitee.tonggong:fast-framework-bom:1.0.0'
// https://jarcasting.com/artifacts/io.gitee.tonggong/fast-framework-bom/
implementation ("io.gitee.tonggong:fast-framework-bom:1.0.0")
'io.gitee.tonggong:fast-framework-bom:pom:1.0.0'
<dependency org="io.gitee.tonggong" name="fast-framework-bom" rev="1.0.0">
<artifact name="fast-framework-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.gitee.tonggong', module='fast-framework-bom', version='1.0.0')
)
libraryDependencies += "io.gitee.tonggong" % "fast-framework-bom" % "1.0.0"
[io.gitee.tonggong/fast-framework-bom "1.0.0"]