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