MVN

org.webjars.npm : antv__matrix-util

Maven & Gradle

Aug 09, 2021
4 usages

@antv/matrix-util · WebJar for @antv/matrix-util

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>antv__matrix-util</artifactId>
    <version>3.1.0-beta.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.npm : antv__matrix-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0-beta.2
  • Latest Beta: 3.1.0-beta.2

All Versions

Choose a version of org.webjars.npm : antv__matrix-util to add to Maven or Gradle - All Versions:

  • Version Updated
  • antv__matrix-util-3.1.0-beta.2

    Aug 09, 2021

How to add a dependency to Maven

Add the following org.webjars.npm : antv__matrix-util maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>antv__matrix-util</artifactId>
    <version>3.1.0-beta.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.npm : antv__matrix-util gradle dependency to your build.gradle file:

implementation 'org.webjars.npm:antv__matrix-util:3.1.0-beta.2'

Gradle Kotlin DSL: Add the following org.webjars.npm : antv__matrix-util gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.npm:antv__matrix-util:3.1.0-beta.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.npm : antv__matrix-util sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.npm" % "antv__matrix-util" % "3.1.0-beta.2"