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