r

redscorpion-bom

A Java tool class library that can exclude unnecessary modules through the exclude method.
Files download
File Operation
redscorpion-bom-0.3.1.pom download
Apache Maven
<dependency>
  <groupId>top.redscorpion</groupId>
  <artifactId>redscorpion-bom</artifactId>
  <version>0.3.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'top.redscorpion:redscorpion-bom:0.3.1'
Gradle Kotlin
implementation("top.redscorpion:redscorpion-bom:0.3.1")
Scala SBT
libraryDependencies += "top.redscorpion" % "redscorpion-bom" % "0.3.1"
Groovy Grape
@Grapes(
  @Grab(group='top.redscorpion', module='redscorpion-bom', version='0.3.1')
)
Apache Ivy
<dependency org="top.redscorpion" name="redscorpion-bom" rev="0.3.1" />
Leiningen
[top.redscorpion/redscorpion-bom "0.3.1"]
Apache Buildr
'top.redscorpion:redscorpion-bom:jar:0.3.1'