MVN

org.ejml : autocode

Maven & Gradle

Feb 10, 2023
543 stars

EJML · A fast and easy to use dense and sparse matrix linear algebra library written in Java.

<dependency>
    <groupId>org.ejml</groupId>
    <artifactId>autocode</artifactId>
    <version>0.42</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ejml : autocode to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.42

All Versions

Choose a version of org.ejml : autocode to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.42
autocode-0.42
0.41.x
autocode-0.41.1
0.41
autocode-0.41

How to add a dependency to Maven

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

<dependency>
    <groupId>org.ejml</groupId>
    <artifactId>autocode</artifactId>
    <version>0.42</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ejml : autocode gradle dependency to your build.gradle file:

implementation 'org.ejml:autocode:0.42'

Gradle Kotlin DSL: Add the following org.ejml : autocode gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ejml:autocode:0.42")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ejml : autocode sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ejml" % "autocode" % "0.42"

Advertisement

Dependencies from Group

Apr 15, 2023
47 usages
543 stars
Apr 15, 2023
41 usages
543 stars
Apr 15, 2023
23 usages
543 stars
Apr 15, 2023
16 usages
543 stars
Nov 10, 2016
11 usages
543 stars

Discover Dependencies