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