S

SingularityUI

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