| Categories |
CategoriesSingularity Application Layer Libs Cluster Management |
|---|---|
| GroupId | GroupIdcom.hubspot |
| ArtifactId | ArtifactIdSingularityRunnerBase |
| Version | Version0.8.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| SingularityRunnerBase-0.8.0.pom | |
| SingularityRunnerBase-0.8.0.jar | 48 KB |
| SingularityRunnerBase-0.8.0-sources.jar | 25 KB |
| SingularityRunnerBase-0.8.0-javadoc.jar | 191 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hubspot/SingularityRunnerBase/ -->
<dependency>
<groupId>com.hubspot</groupId>
<artifactId>SingularityRunnerBase</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hubspot/SingularityRunnerBase/
implementation 'com.hubspot:SingularityRunnerBase:0.8.0'
// https://jarcasting.com/artifacts/com.hubspot/SingularityRunnerBase/
implementation ("com.hubspot:SingularityRunnerBase:0.8.0")
'com.hubspot:SingularityRunnerBase:jar:0.8.0'
<dependency org="com.hubspot" name="SingularityRunnerBase" rev="0.8.0">
<artifact name="SingularityRunnerBase" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hubspot', module='SingularityRunnerBase', version='0.8.0')
)
libraryDependencies += "com.hubspot" % "SingularityRunnerBase" % "0.8.0"
[com.hubspot/SingularityRunnerBase "0.8.0"]