S

SingularityUI

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