Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.iteaj |
ArtifactId | ArtifactIdiot-client |
Version | Version2.4.5 |
Type | Typejar |
Filename | Size |
---|---|
iot-client-2.4.5.pom | |
iot-client-2.4.5.jar | 95 KB |
iot-client-2.4.5-sources.jar | 49 KB |
iot-client-2.4.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.iteaj/iot-client/
implementation 'com.iteaj:iot-client:2.4.5'
// https://jarcasting.com/artifacts/com.iteaj/iot-client/
implementation ("com.iteaj:iot-client:2.4.5")
'com.iteaj:iot-client:jar:2.4.5'
<dependency org="com.iteaj" name="iot-client" rev="2.4.5">
<artifact name="iot-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.iteaj', module='iot-client', version='2.4.5')
)
libraryDependencies += "com.iteaj" % "iot-client" % "2.4.5"
[com.iteaj/iot-client "2.4.5"]