MVN

org.n52.matlab : matlab-connector-server

Maven & Gradle

Sep 04, 2015
2 usages
5 stars

MATLAB Connector Server · MATLAB Connector Server Classes

<dependency>
    <groupId>org.n52.matlab</groupId>
    <artifactId>matlab-connector-server</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.n52.matlab : matlab-connector-server to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of org.n52.matlab : matlab-connector-server to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
matlab-connector-server-2.0.1
matlab-connector-server-2.0.0

How to add a dependency to Maven

Add the following org.n52.matlab : matlab-connector-server maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.n52.matlab</groupId>
    <artifactId>matlab-connector-server</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.n52.matlab : matlab-connector-server gradle dependency to your build.gradle file:

implementation 'org.n52.matlab:matlab-connector-server:2.0.1'

Gradle Kotlin DSL: Add the following org.n52.matlab : matlab-connector-server gradle kotlin dependency to your build.gradle.kts file:

implementation("org.n52.matlab:matlab-connector-server:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.n52.matlab : matlab-connector-server sbt scala dependency to your build.sbt file:

libraryDependencies += "org.n52.matlab" % "matlab-connector-server" % "2.0.1"