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