文件下载
文件名 操作
runit-1.1.pom 下载
runit-1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.sta-soft</groupId>
  <artifactId>runit</artifactId>
  <version>1.1</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'com.sta-soft:runit:1.1'
Gradle Kotlin
implementation("com.sta-soft:runit:1.1")
Scala SBT
libraryDependencies += "com.sta-soft" % "runit" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.sta-soft', module='runit', version='1.1')
)
Apache Ivy
<dependency org="com.sta-soft" name="runit" rev="1.1" />
Leiningen
[com.sta-soft/runit "1.1"]
Apache Buildr
'com.sta-soft:runit:jar:1.1'