Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.iteaj |
ArtifactId | ArtifactIdiot-client |
Version | Version2.4.7 |
Type | Typejar |
Filename | Size |
---|---|
iot-client-2.4.7.pom | |
iot-client-2.4.7.jar | 120 KB |
iot-client-2.4.7-sources.jar | 62 KB |
iot-client-2.4.7-javadoc.jar | 522 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.iteaj/iot-client/ -->
<dependency>
<groupId>com.iteaj</groupId>
<artifactId>iot-client</artifactId>
<version>2.4.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.iteaj/iot-client/
implementation 'com.iteaj:iot-client:2.4.7'
// https://jarcasting.com/artifacts/com.iteaj/iot-client/
implementation ("com.iteaj:iot-client:2.4.7")
'com.iteaj:iot-client:jar:2.4.7'
<dependency org="com.iteaj" name="iot-client" rev="2.4.7">
<artifact name="iot-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.iteaj', module='iot-client', version='2.4.7')
)
libraryDependencies += "com.iteaj" % "iot-client" % "2.4.7"
[com.iteaj/iot-client "2.4.7"]