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