S

SingularityUI

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