matlab-connector-client
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.n52.matlab</groupId>
<artifactId>matlab-connector-client</artifactId>
<version>2.0.1</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.n52.matlab</groupId>
<artifactId>matlab-connector</artifactId>
<version>2.0.1</version>
</parent>
<artifactId>matlab-connector-client</artifactId>
<packaging>jar</packaging>
<name>MATLAB Connector Client</name>
<description>MATLAB Connector Client Classes</description>
<dependencies>
<dependency>
<groupId>org.n52.matlab</groupId>
<artifactId>matlab-connector-common</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>javax.websocket</groupId>
<artifactId>javax.websocket-api</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>javax-websocket-client-impl</artifactId>
</dependency>
</dependencies>
</project>