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