| GroupId | GroupIdcom.github.yunwjr |
|---|---|
| ArtifactId | ArtifactIdyun-util-bom |
| Version | Version0.0.29 |
| Type | Typejar |
| Filename | Size |
|---|---|
| yun-util-bom-0.0.29.pom | |
| yun-util-bom-0.0.29.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.yunwjr/yun-util-bom/ -->
<dependency>
<groupId>com.github.yunwjr</groupId>
<artifactId>yun-util-bom</artifactId>
<version>0.0.29</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yunwjr/yun-util-bom/
implementation 'com.github.yunwjr:yun-util-bom:0.0.29'
// https://jarcasting.com/artifacts/com.github.yunwjr/yun-util-bom/
implementation ("com.github.yunwjr:yun-util-bom:0.0.29")
'com.github.yunwjr:yun-util-bom:jar:0.0.29'
<dependency org="com.github.yunwjr" name="yun-util-bom" rev="0.0.29">
<artifact name="yun-util-bom" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yunwjr', module='yun-util-bom', version='0.0.29')
)
libraryDependencies += "com.github.yunwjr" % "yun-util-bom" % "0.0.29"
[com.github.yunwjr/yun-util-bom "0.0.29"]