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