GroupId | GroupIdorg.spark-project |
---|---|
ArtifactId | ArtifactIdspark-parent |
Version | Version0.7.1 |
Type | Typepom |
Filename | Size |
---|---|
spark-parent-0.7.1.pom | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.spark-project/spark-parent/ -->
<dependency>
<groupId>org.spark-project</groupId>
<artifactId>spark-parent</artifactId>
<version>0.7.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.spark-project/spark-parent/
implementation 'org.spark-project:spark-parent:0.7.1'
// https://jarcasting.com/artifacts/org.spark-project/spark-parent/
implementation ("org.spark-project:spark-parent:0.7.1")
'org.spark-project:spark-parent:pom:0.7.1'
<dependency org="org.spark-project" name="spark-parent" rev="0.7.1">
<artifact name="spark-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.spark-project', module='spark-parent', version='0.7.1')
)
libraryDependencies += "org.spark-project" % "spark-parent" % "0.7.1"
[org.spark-project/spark-parent "0.7.1"]