is not current version
Last Version 1.0.9

com.bchun:lxd-commons 1.0.5

跟业务无关的公共组件

GroupId

GroupId

com.bchun
ArtifactId

ArtifactId

lxd-commons
Version

Version

1.0.5
Type

Type

jar

Download lxd-commons 1.0.5


<!-- https://jarcasting.com/artifacts/com.bchun/lxd-commons/ -->
<dependency>
    <groupId>com.bchun</groupId>
    <artifactId>lxd-commons</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.bchun/lxd-commons/
implementation 'com.bchun:lxd-commons:1.0.5'
// https://jarcasting.com/artifacts/com.bchun/lxd-commons/
implementation ("com.bchun:lxd-commons:1.0.5")
'com.bchun:lxd-commons:jar:1.0.5'
<dependency org="com.bchun" name="lxd-commons" rev="1.0.5">
  <artifact name="lxd-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bchun', module='lxd-commons', version='1.0.5')
)
libraryDependencies += "com.bchun" % "lxd-commons" % "1.0.5"
[com.bchun/lxd-commons "1.0.5"]