MVN

org.nuiton.matrix : nuiton-matrix

Maven & Gradle

Jun 02, 2023

Nuiton Matrix :: API · Matrix core module

<dependency>
    <groupId>org.nuiton.matrix</groupId>
    <artifactId>nuiton-matrix</artifactId>
    <version>2.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.nuiton.matrix : nuiton-matrix to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7

All Versions

Choose a version of org.nuiton.matrix : nuiton-matrix to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7
nuiton-matrix-2.7
2.6.x
nuiton-matrix-2.6.1
2.6
nuiton-matrix-2.6-taiste-gitflow
nuiton-matrix-2.6
2.5.x
nuiton-matrix-2.5.3
nuiton-matrix-2.5.2
nuiton-matrix-2.5.1
2.5
nuiton-matrix-2.5
2.4.x
nuiton-matrix-2.4.1
2.4
nuiton-matrix-2.4
2.3.x
nuiton-matrix-2.3.3
nuiton-matrix-2.3.2
nuiton-matrix-2.3.1
2.3
nuiton-matrix-2.3
2.2.x
nuiton-matrix-2.2.3
nuiton-matrix-2.2.2
nuiton-matrix-2.2.1
2.2
nuiton-matrix-2.2
2.1
nuiton-matrix-2.1

How to add a dependency to Maven

Add the following org.nuiton.matrix : nuiton-matrix maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.nuiton.matrix</groupId>
    <artifactId>nuiton-matrix</artifactId>
    <version>2.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.nuiton.matrix : nuiton-matrix gradle dependency to your build.gradle file:

implementation 'org.nuiton.matrix:nuiton-matrix:2.7'

Gradle Kotlin DSL: Add the following org.nuiton.matrix : nuiton-matrix gradle kotlin dependency to your build.gradle.kts file:

implementation("org.nuiton.matrix:nuiton-matrix:2.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.nuiton.matrix : nuiton-matrix sbt scala dependency to your build.sbt file:

libraryDependencies += "org.nuiton.matrix" % "nuiton-matrix" % "2.7"

Advertisement