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