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