Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.lucadruda |
ArtifactId | ArtifactIdiotc-device-client |
Version | Version2.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.lucadruda/iotc-device-client/ -->
<dependency>
<groupId>com.github.lucadruda</groupId>
<artifactId>iotc-device-client</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lucadruda/iotc-device-client/
implementation 'com.github.lucadruda:iotc-device-client:2.1.0'
// https://jarcasting.com/artifacts/com.github.lucadruda/iotc-device-client/
implementation ("com.github.lucadruda:iotc-device-client:2.1.0")
'com.github.lucadruda:iotc-device-client:jar:2.1.0'
<dependency org="com.github.lucadruda" name="iotc-device-client" rev="2.1.0">
<artifact name="iotc-device-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lucadruda', module='iotc-device-client', version='2.1.0')
)
libraryDependencies += "com.github.lucadruda" % "iotc-device-client" % "2.1.0"
[com.github.lucadruda/iotc-device-client "2.1.0"]