is not current version
Last Version 0.0.7

top.redscorpion:redscorpion-bom 0.0.4

提供丰富的Java工具方法,此模块为所有模块汇总,最终形式为拆分开的多个jar包,可以通过exclude方式排除不需要的模块

GroupId

GroupId

top.redscorpion
ArtifactId

ArtifactId

redscorpion-bom
Version

Version

0.0.4
Type

Type

pom

Download redscorpion-bom 0.0.4


<!-- https://jarcasting.com/artifacts/top.redscorpion/redscorpion-bom/ -->
<dependency>
    <groupId>top.redscorpion</groupId>
    <artifactId>redscorpion-bom</artifactId>
    <version>0.0.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/top.redscorpion/redscorpion-bom/
implementation 'top.redscorpion:redscorpion-bom:0.0.4'
// https://jarcasting.com/artifacts/top.redscorpion/redscorpion-bom/
implementation ("top.redscorpion:redscorpion-bom:0.0.4")
'top.redscorpion:redscorpion-bom:pom:0.0.4'
<dependency org="top.redscorpion" name="redscorpion-bom" rev="0.0.4">
  <artifact name="redscorpion-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='top.redscorpion', module='redscorpion-bom', version='0.0.4')
)
libraryDependencies += "top.redscorpion" % "redscorpion-bom" % "0.0.4"
[top.redscorpion/redscorpion-bom "0.0.4"]