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