r

redscorpion-parent

Java工具类库
https://github.com/redscorpion01/redscorpion.git
MIT License
ashan
Files download
File Operation
redscorpion-parent-0.0.5.pom download
Apache Maven
<dependency>
  <groupId>top.redscorpion</groupId>
  <artifactId>redscorpion-parent</artifactId>
  <version>0.0.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'top.redscorpion:redscorpion-parent:0.0.5'
Gradle Kotlin
implementation("top.redscorpion:redscorpion-parent:0.0.5")
Scala SBT
libraryDependencies += "top.redscorpion" % "redscorpion-parent" % "0.0.5"
Groovy Grape
@Grapes(
  @Grab(group='top.redscorpion', module='redscorpion-parent', version='0.0.5')
)
Apache Ivy
<dependency org="top.redscorpion" name="redscorpion-parent" rev="0.0.5" />
Leiningen
[top.redscorpion/redscorpion-parent "0.0.5"]
Apache Buildr
'top.redscorpion:redscorpion-parent:jar:0.0.5'