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