| License |
License |
|---|---|
| GroupId | GroupIdcom.bchun |
| ArtifactId | ArtifactIdlxd-base-pom |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionlxd-base-pom
统一管理jar包的版本
|
| Filename | Size |
|---|---|
| lxd-base-pom-1.0.2.pom | 12 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.bchun/lxd-base-pom/ -->
<dependency>
<groupId>com.bchun</groupId>
<artifactId>lxd-base-pom</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.bchun/lxd-base-pom/
implementation 'com.bchun:lxd-base-pom:1.0.2'
// https://jarcasting.com/artifacts/com.bchun/lxd-base-pom/
implementation ("com.bchun:lxd-base-pom:1.0.2")
'com.bchun:lxd-base-pom:pom:1.0.2'
<dependency org="com.bchun" name="lxd-base-pom" rev="1.0.2">
<artifact name="lxd-base-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.bchun', module='lxd-base-pom', version='1.0.2')
)
libraryDependencies += "com.bchun" % "lxd-base-pom" % "1.0.2"
[com.bchun/lxd-base-pom "1.0.2"]