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