| Categories |
CategoriesSingularity Application Layer Libs Cluster Management |
|---|---|
| GroupId | GroupIdcom.hubspot |
| ArtifactId | ArtifactIdSingularityBase |
| Version | Version0.13.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| SingularityBase-0.13.0.pom | |
| SingularityBase-0.13.0.jar | 281 KB |
| SingularityBase-0.13.0-sources.jar | 136 KB |
| SingularityBase-0.13.0-javadoc.jar | 1011 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hubspot/SingularityBase/ -->
<dependency>
<groupId>com.hubspot</groupId>
<artifactId>SingularityBase</artifactId>
<version>0.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hubspot/SingularityBase/
implementation 'com.hubspot:SingularityBase:0.13.0'
// https://jarcasting.com/artifacts/com.hubspot/SingularityBase/
implementation ("com.hubspot:SingularityBase:0.13.0")
'com.hubspot:SingularityBase:jar:0.13.0'
<dependency org="com.hubspot" name="SingularityBase" rev="0.13.0">
<artifact name="SingularityBase" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hubspot', module='SingularityBase', version='0.13.0')
)
libraryDependencies += "com.hubspot" % "SingularityBase" % "0.13.0"
[com.hubspot/SingularityBase "0.13.0"]