GroupId | GroupIdcom.spark-engine |
---|---|
ArtifactId | ArtifactIdplan-runtime |
Version | Version0.8.2 |
Type | Typejar |
Filename | Size |
---|---|
plan-runtime-0.8.2.pom | |
plan-runtime-0.8.2.jar | 23 KB |
plan-runtime-0.8.2-sources.jar | 8 KB |
plan-runtime-0.8.2-javadoc.jar | 526 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spark-engine/plan-runtime/ -->
<dependency>
<groupId>com.spark-engine</groupId>
<artifactId>plan-runtime</artifactId>
<version>0.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.spark-engine/plan-runtime/
implementation 'com.spark-engine:plan-runtime:0.8.2'
// https://jarcasting.com/artifacts/com.spark-engine/plan-runtime/
implementation ("com.spark-engine:plan-runtime:0.8.2")
'com.spark-engine:plan-runtime:jar:0.8.2'
<dependency org="com.spark-engine" name="plan-runtime" rev="0.8.2">
<artifact name="plan-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spark-engine', module='plan-runtime', version='0.8.2')
)
libraryDependencies += "com.spark-engine" % "plan-runtime" % "0.8.2"
[com.spark-engine/plan-runtime "0.8.2"]