Categories |
CategoriesSingularity Application Layer Libs Cluster Management |
---|---|
GroupId | GroupIdorg.smallmind |
ArtifactId | ArtifactIdspark-singularity-boot |
Version | Version3.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.smallmind/spark-singularity-boot/ -->
<dependency>
<groupId>org.smallmind</groupId>
<artifactId>spark-singularity-boot</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.smallmind/spark-singularity-boot/
implementation 'org.smallmind:spark-singularity-boot:3.1.1'
// https://jarcasting.com/artifacts/org.smallmind/spark-singularity-boot/
implementation ("org.smallmind:spark-singularity-boot:3.1.1")
'org.smallmind:spark-singularity-boot:jar:3.1.1'
<dependency org="org.smallmind" name="spark-singularity-boot" rev="3.1.1">
<artifact name="spark-singularity-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smallmind', module='spark-singularity-boot', version='3.1.1')
)
libraryDependencies += "org.smallmind" % "spark-singularity-boot" % "3.1.1"
[org.smallmind/spark-singularity-boot "3.1.1"]