| Categories |
CategoriesSingularity Application Layer Libs Cluster Management |
|---|---|
| GroupId | GroupIdcom.hubspot |
| ArtifactId | ArtifactIdSingularity |
| Version | Version0.18.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| Singularity-0.18.1.pom | 15 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hubspot/Singularity/ -->
<dependency>
<groupId>com.hubspot</groupId>
<artifactId>Singularity</artifactId>
<version>0.18.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hubspot/Singularity/
implementation 'com.hubspot:Singularity:0.18.1'
// https://jarcasting.com/artifacts/com.hubspot/Singularity/
implementation ("com.hubspot:Singularity:0.18.1")
'com.hubspot:Singularity:pom:0.18.1'
<dependency org="com.hubspot" name="Singularity" rev="0.18.1">
<artifact name="Singularity" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hubspot', module='Singularity', version='0.18.1')
)
libraryDependencies += "com.hubspot" % "Singularity" % "0.18.1"
[com.hubspot/Singularity "0.18.1"]