GroupId | GroupIdcom.arm.mbed.cloud.sdk |
---|---|
ArtifactId | ArtifactIddevice_directory |
Version | Version1.2.7 |
Type | Typejar |
Filename | Size |
---|---|
device_directory-1.2.7.pom | |
device_directory-1.2.7.jar | 100 KB |
device_directory-1.2.7-sources.jar | 54 KB |
device_directory-1.2.7-javadoc.jar | 223 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.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.arm.mbed.cloud.sdk/device_directory/
implementation 'com.arm.mbed.cloud.sdk:device_directory:1.2.7'
// https://jarcasting.com/artifacts/com.arm.mbed.cloud.sdk/device_directory/
implementation ("com.arm.mbed.cloud.sdk:device_directory:1.2.7")
'com.arm.mbed.cloud.sdk:device_directory:jar:1.2.7'
<dependency org="com.arm.mbed.cloud.sdk" name="device_directory" rev="1.2.7">
<artifact name="device_directory" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.arm.mbed.cloud.sdk', module='device_directory', version='1.2.7')
)
libraryDependencies += "com.arm.mbed.cloud.sdk" % "device_directory" % "1.2.7"
[com.arm.mbed.cloud.sdk/device_directory "1.2.7"]