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