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