protocol-adapter-sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.cm-heclouds</groupId>
<artifactId>protocol-adapter-sdk</artifactId>
<version>1.0.4</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>com.github.cm-heclouds</groupId>
<artifactId>protocol-adapter-parent</artifactId>
<version>1.0.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>protocol-adapter-sdk</artifactId>
<name>protocol-adapter-sdk</name>
<description>OneNET Studio泛协议接入适配SDK</description>
<dependencies>
<dependency>
<groupId>com.github.cm-heclouds</groupId>
<artifactId>protocol-adapter-core</artifactId>
</dependency>
</dependencies>
</project>