License |
License |
---|---|
GroupId | GroupIdio.github.bdluck |
ArtifactId | ArtifactIddustpan-bom |
Version | Version1.0.6 |
Type | Typejar |
Description |
Description基础网关和数据解析框架
|
Filename | Size |
---|---|
dustpan-bom-1.0.6.pom | |
dustpan-bom-1.0.6.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.bdluck/dustpan-bom/ -->
<dependency>
<groupId>io.github.bdluck</groupId>
<artifactId>dustpan-bom</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.bdluck/dustpan-bom/
implementation 'io.github.bdluck:dustpan-bom:1.0.6'
// https://jarcasting.com/artifacts/io.github.bdluck/dustpan-bom/
implementation ("io.github.bdluck:dustpan-bom:1.0.6")
'io.github.bdluck:dustpan-bom:jar:1.0.6'
<dependency org="io.github.bdluck" name="dustpan-bom" rev="1.0.6">
<artifact name="dustpan-bom" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.bdluck', module='dustpan-bom', version='1.0.6')
)
libraryDependencies += "io.github.bdluck" % "dustpan-bom" % "1.0.6"
[io.github.bdluck/dustpan-bom "1.0.6"]