MVN

nz.ac.waikato.cms.adams : matrix-algorithms

Maven & Gradle

Dec 06, 2019
1 stars

matrix-algorithms · Java library of 2-dimensional matrix algorithms.

<dependency>
    <groupId>nz.ac.waikato.cms.adams</groupId>
    <artifactId>matrix-algorithms</artifactId>
    <version>0.0.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nz.ac.waikato.cms.adams : matrix-algorithms to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.16

All Versions

Choose a version of nz.ac.waikato.cms.adams : matrix-algorithms to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
matrix-algorithms-0.0.16
matrix-algorithms-0.0.15
matrix-algorithms-0.0.14
matrix-algorithms-0.0.13
matrix-algorithms-0.0.12
matrix-algorithms-0.0.11
matrix-algorithms-0.0.10
matrix-algorithms-0.0.9
matrix-algorithms-0.0.8
matrix-algorithms-0.0.7
matrix-algorithms-0.0.6
matrix-algorithms-0.0.5
matrix-algorithms-0.0.4
matrix-algorithms-0.0.3
matrix-algorithms-0.0.2
matrix-algorithms-0.0.1

How to add a dependency to Maven

Add the following nz.ac.waikato.cms.adams : matrix-algorithms maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nz.ac.waikato.cms.adams</groupId>
    <artifactId>matrix-algorithms</artifactId>
    <version>0.0.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nz.ac.waikato.cms.adams : matrix-algorithms gradle dependency to your build.gradle file:

implementation 'nz.ac.waikato.cms.adams:matrix-algorithms:0.0.16'

Gradle Kotlin DSL: Add the following nz.ac.waikato.cms.adams : matrix-algorithms gradle kotlin dependency to your build.gradle.kts file:

implementation("nz.ac.waikato.cms.adams:matrix-algorithms:0.0.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following nz.ac.waikato.cms.adams : matrix-algorithms sbt scala dependency to your build.sbt file:

libraryDependencies += "nz.ac.waikato.cms.adams" % "matrix-algorithms" % "0.0.16"

Advertisement