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