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