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