Files download
File Operation
core_2.12-1.0.12.jar download
core_2.12-1.0.12.pom download
core_2.12-1.0.12-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.acsgh.spark.scala</groupId>
  <artifactId>core_2.12</artifactId>
  <version>1.0.12</version>
</dependency>
Gradle Groovy
implementation 'com.github.acsgh.spark.scala:core_2.12:1.0.12'
Gradle Kotlin
implementation("com.github.acsgh.spark.scala:core_2.12:1.0.12")
Scala SBT
libraryDependencies += "com.github.acsgh.spark.scala" % "core_2.12" % "1.0.12"
Groovy Grape
@Grapes(
  @Grab(group='com.github.acsgh.spark.scala', module='core_2.12', version='1.0.12')
)
Apache Ivy
<dependency org="com.github.acsgh.spark.scala" name="core_2.12" rev="1.0.12" />
Leiningen
[com.github.acsgh.spark.scala/core_2.12 "1.0.12"]
Apache Buildr
'com.github.acsgh.spark.scala:core_2.12:jar:1.0.12'