j

java-glm

Generalized linear models implemented in Java
https://github.com/chen0040/java-glm
MIT
Xianshun Chen
Files download
File Operation
java-glm-1.0.6.jar download
java-glm-1.0.6.pom download
java-glm-1.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.chen0040</groupId>
  <artifactId>java-glm</artifactId>
  <version>1.0.6</version>
</dependency>
Gradle Groovy
implementation 'com.github.chen0040:java-glm:1.0.6'
Gradle Kotlin
implementation("com.github.chen0040:java-glm:1.0.6")
Scala SBT
libraryDependencies += "com.github.chen0040" % "java-glm" % "1.0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.chen0040', module='java-glm', version='1.0.6')
)
Apache Ivy
<dependency org="com.github.chen0040" name="java-glm" rev="1.0.6" />
Leiningen
[com.github.chen0040/java-glm "1.0.6"]
Apache Buildr
'com.github.chen0040:java-glm:jar:1.0.6'