is not current version
Last Version 1.0.6

com.github.chen0040:java-glm 1.0.4

Generalized linear models implemented in Java

Categories

Categories

Java Languages
GroupId

GroupId

com.github.chen0040
ArtifactId

ArtifactId

java-glm
Version

Version

1.0.4
Type

Type

jar

Download java-glm 1.0.4


<!-- https://jarcasting.com/artifacts/com.github.chen0040/java-glm/ -->
<dependency>
    <groupId>com.github.chen0040</groupId>
    <artifactId>java-glm</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chen0040/java-glm/
implementation 'com.github.chen0040:java-glm:1.0.4'
// https://jarcasting.com/artifacts/com.github.chen0040/java-glm/
implementation ("com.github.chen0040:java-glm:1.0.4")
'com.github.chen0040:java-glm:jar:1.0.4'
<dependency org="com.github.chen0040" name="java-glm" rev="1.0.4">
  <artifact name="java-glm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chen0040', module='java-glm', version='1.0.4')
)
libraryDependencies += "com.github.chen0040" % "java-glm" % "1.0.4"
[com.github.chen0040/java-glm "1.0.4"]