| GroupId | GroupIdcom.github.spark-ds |
|---|---|
| ArtifactId | ArtifactIdlogic-schema-demo_2.12 |
| Version | Version0.0.4 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.spark-ds/logic-schema-demo_2.12/ -->
<dependency>
<groupId>com.github.spark-ds</groupId>
<artifactId>logic-schema-demo_2.12</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spark-ds/logic-schema-demo_2.12/
implementation 'com.github.spark-ds:logic-schema-demo_2.12:0.0.4'
// https://jarcasting.com/artifacts/com.github.spark-ds/logic-schema-demo_2.12/
implementation ("com.github.spark-ds:logic-schema-demo_2.12:0.0.4")
'com.github.spark-ds:logic-schema-demo_2.12:jar:0.0.4'
<dependency org="com.github.spark-ds" name="logic-schema-demo_2.12" rev="0.0.4">
<artifact name="logic-schema-demo_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spark-ds', module='logic-schema-demo_2.12', version='0.0.4')
)
libraryDependencies += "com.github.spark-ds" % "logic-schema-demo_2.12" % "0.0.4"
[com.github.spark-ds/logic-schema-demo_2.12 "0.0.4"]