m

matrix

Groovy library for working with matrix ([][] data)
https://github.com/Alipsa/matrix
MIT License
Per Nyfelt
Files download
File Operation
matrix-1.1.2.jar download
matrix-1.1.2.pom download
matrix-1.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>se.alipsa.groovy</groupId>
  <artifactId>matrix</artifactId>
  <version>1.1.2</version>
</dependency>
Gradle Groovy
implementation 'se.alipsa.groovy:matrix:1.1.2'
Gradle Kotlin
implementation("se.alipsa.groovy:matrix:1.1.2")
Scala SBT
libraryDependencies += "se.alipsa.groovy" % "matrix" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='se.alipsa.groovy', module='matrix', version='1.1.2')
)
Apache Ivy
<dependency org="se.alipsa.groovy" name="matrix" rev="1.1.2" />
Leiningen
[se.alipsa.groovy/matrix "1.1.2"]
Apache Buildr
'se.alipsa.groovy:matrix:jar:1.1.2'
Dependencies
The project has no third-party dependencies