r

redscorpion-parent

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