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