MVN

net.sf.matrixjavalib : mxlib-common

Maven & Gradle

Aug 31, 2020
3 usages
0 stars

Matrix :: 公共类库 · 公共基础类库。包括一些基本类、实用工具、数据库访问、系统配置、安全管理等。

<dependency>
    <groupId>net.sf.matrixjavalib</groupId>
    <artifactId>mxlib-common</artifactId>
    <version>2.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.matrixjavalib : mxlib-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.1

All Versions

Choose a version of net.sf.matrixjavalib : mxlib-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
mxlib-common-2.1.1
mxlib-common-2.1.0
2.0.x
mxlib-common-2.0.3
mxlib-common-2.0.2
mxlib-common-2.0.1
mxlib-common-2.0.0
1.7.x
mxlib-common-1.7.1
mxlib-common-1.7.0
1.6.x
mxlib-common-1.6.1
mxlib-common-1.6.0
1.5.x
mxlib-common-1.5.2
mxlib-common-1.5.1
mxlib-common-1.5.0
1.4.x
mxlib-common-1.4.5

How to add a dependency to Maven

Add the following net.sf.matrixjavalib : mxlib-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.matrixjavalib</groupId>
    <artifactId>mxlib-common</artifactId>
    <version>2.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.matrixjavalib : mxlib-common gradle dependency to your build.gradle file:

implementation 'net.sf.matrixjavalib:mxlib-common:2.1.1'

Gradle Kotlin DSL: Add the following net.sf.matrixjavalib : mxlib-common gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.matrixjavalib:mxlib-common:2.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.matrixjavalib : mxlib-common sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.matrixjavalib" % "mxlib-common" % "2.1.1"

Advertisement