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