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