is not current version
Last Version 1.0.4

com.github.hullbend:cayley 1.0.0

Linear Algebra utilities for Java

GroupId

GroupId

com.github.hullbend
ArtifactId

ArtifactId

cayley
Version

Version

1.0.0
Type

Type

jar

Download cayley 1.0.0


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