S

SingularityRunnerBase

Files download
File Operation
SingularityRunnerBase-0.7.0.jar download
SingularityRunnerBase-0.7.0.pom download
SingularityRunnerBase-0.7.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.hubspot</groupId>
  <artifactId>SingularityRunnerBase</artifactId>
  <version>0.7.0</version>
</dependency>
Gradle Groovy
implementation 'com.hubspot:SingularityRunnerBase:0.7.0'
Gradle Kotlin
implementation("com.hubspot:SingularityRunnerBase:0.7.0")
Scala SBT
libraryDependencies += "com.hubspot" % "SingularityRunnerBase" % "0.7.0"
Groovy Grape
@Grapes(
  @Grab(group='com.hubspot', module='SingularityRunnerBase', version='0.7.0')
)
Apache Ivy
<dependency org="com.hubspot" name="SingularityRunnerBase" rev="0.7.0" />
Leiningen
[com.hubspot/SingularityRunnerBase "0.7.0"]
Apache Buildr
'com.hubspot:SingularityRunnerBase:jar:0.7.0'