GroupId | GroupIdcom.arm.mbed.cloud.sdk |
---|---|
ArtifactId | ArtifactIddevice_directory |
Version | Version1.2.6 |
Type | Typejar |
Filename | Size |
---|---|
device_directory-1.2.6.pom | |
device_directory-1.2.6.jar | 99 KB |
device_directory-1.2.6-sources.jar | 54 KB |
device_directory-1.2.6-javadoc.jar | 222 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.arm.mbed.cloud.sdk/device_directory/ -->
<dependency>
<groupId>com.arm.mbed.cloud.sdk</groupId>
<artifactId>device_directory</artifactId>
<version>1.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.arm.mbed.cloud.sdk/device_directory/
implementation 'com.arm.mbed.cloud.sdk:device_directory:1.2.6'
// https://jarcasting.com/artifacts/com.arm.mbed.cloud.sdk/device_directory/
implementation ("com.arm.mbed.cloud.sdk:device_directory:1.2.6")
'com.arm.mbed.cloud.sdk:device_directory:jar:1.2.6'
<dependency org="com.arm.mbed.cloud.sdk" name="device_directory" rev="1.2.6">
<artifact name="device_directory" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.arm.mbed.cloud.sdk', module='device_directory', version='1.2.6')
)
libraryDependencies += "com.arm.mbed.cloud.sdk" % "device_directory" % "1.2.6"
[com.arm.mbed.cloud.sdk/device_directory "1.2.6"]