MVN

com.hubspot : SingularityUI

Maven & Gradle

Jan 07, 2021
3 usages
811 stars
<dependency>
    <groupId>com.hubspot</groupId>
    <artifactId>SingularityUI</artifactId>
    <version>1.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hubspot : SingularityUI to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.0

All Versions

Choose a version of com.hubspot : SingularityUI to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
SingularityUI-1.4.0
1.3.x
SingularityUI-1.3.0
1.2.x
SingularityUI-1.2.0
1.1.x
SingularityUI-1.1.0
1.0.x
SingularityUI-1.0.0
0.23.x
SingularityUI-0.23.0
0.22.x
SingularityUI-0.22.0
0.21.x
SingularityUI-0.21.0
0.20.x
SingularityUI-0.20.1
SingularityUI-0.20.0
0.19.x
SingularityUI-0.19.2
SingularityUI-0.19.1
SingularityUI-0.19.0
0.18.x
SingularityUI-0.18.2
SingularityUI-0.18.1
SingularityUI-0.18.0
0.17.x
SingularityUI-0.17.1
SingularityUI-0.17.0
0.16.x
SingularityUI-0.16.2
SingularityUI-0.16.1
SingularityUI-0.16.0
0.15.x
SingularityUI-0.15.1
SingularityUI-0.15.0
0.14.x
SingularityUI-0.14.1
SingularityUI-0.14.0
0.13.x
SingularityUI-0.13.0
0.12.x
SingularityUI-0.12.0
0.11.x
SingularityUI-0.11.0
0.10.x
SingularityUI-0.10.1
SingularityUI-0.10.0
0.9.x
SingularityUI-0.9.0
0.8.x
SingularityUI-0.8.0

How to add a dependency to Maven

Add the following com.hubspot : SingularityUI maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hubspot</groupId>
    <artifactId>SingularityUI</artifactId>
    <version>1.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hubspot : SingularityUI gradle dependency to your build.gradle file:

implementation 'com.hubspot:SingularityUI:1.4.0'

Gradle Kotlin DSL: Add the following com.hubspot : SingularityUI gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hubspot:SingularityUI:1.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hubspot : SingularityUI sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hubspot" % "SingularityUI" % "1.4.0"

Advertisement