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