| 组织ID: |
com.feingto |
| 项目ID: |
iot-hub-client-java |
| 版本: |
2.1.7.RELEASE |
| 最后修改时间: |
2019-12-02 21:03:41 |
| 包类型: |
jar |
| 大小: |
24.81KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.feingto</groupId>
<artifactId>iot-hub-client-java</artifactId>
<version>2.1.7.RELEASE</version>
</dependency>
|
| Gradle引入代码: |
com.feingto:iot-hub-client-java:2.1.7.RELEASE
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<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>
<artifactId>iot-hub-client</artifactId>
<groupId>com.feingto</groupId>
<version>2.1.7.RELEASE</version>
</parent>
<artifactId>iot-hub-client-java</artifactId>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>iot-hub-common</artifactId>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.feingto.iot.client.handler.CustomClientChannelHandler.class
com.feingto.iot.client.handler.MqttClientChannelHandler.class
com.feingto.iot.client.handler.MqttClientChannelHandler$1.class
com.feingto.iot.client.handler.MqttConnectListener.class
com.feingto.iot.client.bootstrap.MqttClientBootstrap$1.class
com.feingto.iot.client.bootstrap.BaseBootstrap.class
com.feingto.iot.client.bootstrap.MqttClientBootstrap.class
com.feingto.iot.client.bootstrap.CustomClientBootstrap.class
com.feingto.iot.client.bootstrap.CustomClientBootstrap$1.class
com.feingto.iot.client.config.NettyProperties.class
com.feingto.iot.client.MqttClient.class
com.feingto.iot.client.service.MqttCallback.class
com.feingto.iot.client.service.IMqttMessage.class
com.feingto.iot.client.service.MqttMessageService.class
com.feingto.iot.client.service.MqttMessageService$1.class
META-INF/maven/com.feingto/iot-hub-client-java/pom.xml
META-INF/maven/com.feingto/iot-hub-client-java/pom.properties
|
| 依赖Jar: |
|