S

SingularityUI

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