| Categories |
CategoriesCLI User Interface Singularity Application Layer Libs Cluster Management |
|---|---|
| GroupId | GroupIdcom.hubspot |
| ArtifactId | ArtifactIdSingularityClient |
| Version | Version0.2.16 |
| Type | Typejar |
| Filename | Size |
|---|---|
| SingularityClient-0.2.16.pom | |
| SingularityClient-0.2.16.jar | 12 KB |
| SingularityClient-0.2.16-sources.jar | 5 KB |
| SingularityClient-0.2.16-javadoc.jar | 55 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hubspot/SingularityClient/ -->
<dependency>
<groupId>com.hubspot</groupId>
<artifactId>SingularityClient</artifactId>
<version>0.2.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.hubspot/SingularityClient/
implementation 'com.hubspot:SingularityClient:0.2.16'
// https://jarcasting.com/artifacts/com.hubspot/SingularityClient/
implementation ("com.hubspot:SingularityClient:0.2.16")
'com.hubspot:SingularityClient:jar:0.2.16'
<dependency org="com.hubspot" name="SingularityClient" rev="0.2.16">
<artifact name="SingularityClient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hubspot', module='SingularityClient', version='0.2.16')
)
libraryDependencies += "com.hubspot" % "SingularityClient" % "0.2.16"
[com.hubspot/SingularityClient "0.2.16"]