S

SingularityRunnerBase

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