Categories |
CategoriesCLI User Interface Singularity Application Layer Libs Cluster Management |
---|---|
GroupId | GroupIdcom.hubspot |
ArtifactId | ArtifactIdSingularityMesosClient |
Version | Version0.11.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.hubspot/SingularityMesosClient/ -->
<dependency>
<groupId>com.hubspot</groupId>
<artifactId>SingularityMesosClient</artifactId>
<version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hubspot/SingularityMesosClient/
implementation 'com.hubspot:SingularityMesosClient:0.11.0'
// https://jarcasting.com/artifacts/com.hubspot/SingularityMesosClient/
implementation ("com.hubspot:SingularityMesosClient:0.11.0")
'com.hubspot:SingularityMesosClient:jar:0.11.0'
<dependency org="com.hubspot" name="SingularityMesosClient" rev="0.11.0">
<artifact name="SingularityMesosClient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hubspot', module='SingularityMesosClient', version='0.11.0')
)
libraryDependencies += "com.hubspot" % "SingularityMesosClient" % "0.11.0"
[com.hubspot/SingularityMesosClient "0.11.0"]