S

SingularityUI

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