is not current version
Last Version 2.4.9

com.iteaj:iot-client 1.0.1

基于netty的tcp, http等协议的客户端

Categories

Categories

CLI User Interface
GroupId

GroupId

com.iteaj
ArtifactId

ArtifactId

iot-client
Version

Version

1.0.1
Type

Type

jar

Download iot-client 1.0.1


<!-- https://jarcasting.com/artifacts/com.iteaj/iot-client/ -->
<dependency>
    <groupId>com.iteaj</groupId>
    <artifactId>iot-client</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.iteaj/iot-client/
implementation 'com.iteaj:iot-client:1.0.1'
// https://jarcasting.com/artifacts/com.iteaj/iot-client/
implementation ("com.iteaj:iot-client:1.0.1")
'com.iteaj:iot-client:jar:1.0.1'
<dependency org="com.iteaj" name="iot-client" rev="1.0.1">
  <artifact name="iot-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.iteaj', module='iot-client', version='1.0.1')
)
libraryDependencies += "com.iteaj" % "iot-client" % "1.0.1"
[com.iteaj/iot-client "1.0.1"]