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