| GroupId | GroupIdcom.github.spark-ds |
|---|---|
| ArtifactId | ArtifactIdlogic-schema_2.12 |
| Version | Version0.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| logic-schema_2.12-0.0.2.pom | |
| logic-schema_2.12-0.0.2.jar | 50 KB |
| logic-schema_2.12-0.0.2-sources.jar | 22 KB |
| logic-schema_2.12-0.0.2-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.spark-ds/logic-schema_2.12/ -->
<dependency>
<groupId>com.github.spark-ds</groupId>
<artifactId>logic-schema_2.12</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spark-ds/logic-schema_2.12/
implementation 'com.github.spark-ds:logic-schema_2.12:0.0.2'
// https://jarcasting.com/artifacts/com.github.spark-ds/logic-schema_2.12/
implementation ("com.github.spark-ds:logic-schema_2.12:0.0.2")
'com.github.spark-ds:logic-schema_2.12:jar:0.0.2'
<dependency org="com.github.spark-ds" name="logic-schema_2.12" rev="0.0.2">
<artifact name="logic-schema_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spark-ds', module='logic-schema_2.12', version='0.0.2')
)
libraryDependencies += "com.github.spark-ds" % "logic-schema_2.12" % "0.0.2"
[com.github.spark-ds/logic-schema_2.12 "0.0.2"]