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