GroupId | GroupIdcom.spark-engine |
---|---|
ArtifactId | ArtifactIdplan-runtime |
Version | Version0.11.0 |
Type | Typejar |
Filename | Size |
---|---|
plan-runtime-0.11.0.pom | |
plan-runtime-0.11.0.jar | 23 KB |
plan-runtime-0.11.0-sources.jar | 8 KB |
plan-runtime-0.11.0-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.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.spark-engine/plan-runtime/
implementation 'com.spark-engine:plan-runtime:0.11.0'
// https://jarcasting.com/artifacts/com.spark-engine/plan-runtime/
implementation ("com.spark-engine:plan-runtime:0.11.0")
'com.spark-engine:plan-runtime:jar:0.11.0'
<dependency org="com.spark-engine" name="plan-runtime" rev="0.11.0">
<artifact name="plan-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spark-engine', module='plan-runtime', version='0.11.0')
)
libraryDependencies += "com.spark-engine" % "plan-runtime" % "0.11.0"
[com.spark-engine/plan-runtime "0.11.0"]