S

SingularityBase

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