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