S

SingularityRunnerBase

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