S

SingularityRunnerBase

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