is not current version
Last Version 0.0.31

com.github.yunwjr:yun-util-bom 0.0.28

所有模块汇总,可以通过exclude方式排除不需要的模块

GroupId

GroupId

com.github.yunwjr
ArtifactId

ArtifactId

yun-util-bom
Version

Version

0.0.28
Type

Type

jar

Download yun-util-bom 0.0.28


<!-- https://jarcasting.com/artifacts/com.github.yunwjr/yun-util-bom/ -->
<dependency>
    <groupId>com.github.yunwjr</groupId>
    <artifactId>yun-util-bom</artifactId>
    <version>0.0.28</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yunwjr/yun-util-bom/
implementation 'com.github.yunwjr:yun-util-bom:0.0.28'
// https://jarcasting.com/artifacts/com.github.yunwjr/yun-util-bom/
implementation ("com.github.yunwjr:yun-util-bom:0.0.28")
'com.github.yunwjr:yun-util-bom:jar:0.0.28'
<dependency org="com.github.yunwjr" name="yun-util-bom" rev="0.0.28">
  <artifact name="yun-util-bom" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yunwjr', module='yun-util-bom', version='0.0.28')
)
libraryDependencies += "com.github.yunwjr" % "yun-util-bom" % "0.0.28"
[com.github.yunwjr/yun-util-bom "0.0.28"]