MVN

com.hubspot : EmbedSingularityExample

Maven & Gradle

Jan 07, 2021
<dependency>
    <groupId>com.hubspot</groupId>
    <artifactId>EmbedSingularityExample</artifactId>
    <version>1.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.4.0

All Versions

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

Version Vulnerabilities Updated
1.4.x
EmbedSingularityExample-1.4.0
1.3.x
EmbedSingularityExample-1.3.0
1.2.x
EmbedSingularityExample-1.2.0
1.1.x
EmbedSingularityExample-1.1.0
1.0.x
EmbedSingularityExample-1.0.0
0.23.x
EmbedSingularityExample-0.23.0
0.22.x
EmbedSingularityExample-0.22.0
0.21.x
EmbedSingularityExample-0.21.0
0.20.x
EmbedSingularityExample-0.20.1
EmbedSingularityExample-0.20.0
0.19.x
EmbedSingularityExample-0.19.2
EmbedSingularityExample-0.19.1
EmbedSingularityExample-0.19.0
0.18.x
EmbedSingularityExample-0.18.2
EmbedSingularityExample-0.18.1
EmbedSingularityExample-0.18.0
0.17.x
EmbedSingularityExample-0.17.1
EmbedSingularityExample-0.17.0
0.16.x
EmbedSingularityExample-0.16.2
EmbedSingularityExample-0.16.1
EmbedSingularityExample-0.16.0
0.15.x
EmbedSingularityExample-0.15.1
EmbedSingularityExample-0.15.0
0.14.x
EmbedSingularityExample-0.14.1
EmbedSingularityExample-0.14.0
0.13.x
EmbedSingularityExample-0.13.0
0.12.x
EmbedSingularityExample-0.12.0
0.11.x
EmbedSingularityExample-0.11.0
0.10.x
EmbedSingularityExample-0.10.1
EmbedSingularityExample-0.10.0
0.9.x
EmbedSingularityExample-0.9.0
0.8.x
EmbedSingularityExample-0.8.0
0.7.x
EmbedSingularityExample-0.7.1
EmbedSingularityExample-0.7.0
0.6.x
EmbedSingularityExample-0.6.2
EmbedSingularityExample-0.6.1
EmbedSingularityExample-0.6.0
0.5.x
EmbedSingularityExample-0.5.0
0.4.x
EmbedSingularityExample-0.4.11
EmbedSingularityExample-0.4.10
EmbedSingularityExample-0.4.9
EmbedSingularityExample-0.4.8
EmbedSingularityExample-0.4.7
EmbedSingularityExample-0.4.6
EmbedSingularityExample-0.4.5
EmbedSingularityExample-0.4.4
EmbedSingularityExample-0.4.3
EmbedSingularityExample-0.4.2
EmbedSingularityExample-0.4.1
EmbedSingularityExample-0.4.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.hubspot:EmbedSingularityExample:1.4.0'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement