GroupId | GroupIdcom.arm.mbed.cloud.sdk |
---|---|
ArtifactId | ArtifactIdsupport-annotations |
Version | Version1.2.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.arm.mbed.cloud.sdk/support-annotations/ -->
<dependency>
<groupId>com.arm.mbed.cloud.sdk</groupId>
<artifactId>support-annotations</artifactId>
<version>1.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.arm.mbed.cloud.sdk/support-annotations/
implementation 'com.arm.mbed.cloud.sdk:support-annotations:1.2.7'
// https://jarcasting.com/artifacts/com.arm.mbed.cloud.sdk/support-annotations/
implementation ("com.arm.mbed.cloud.sdk:support-annotations:1.2.7")
'com.arm.mbed.cloud.sdk:support-annotations:jar:1.2.7'
<dependency org="com.arm.mbed.cloud.sdk" name="support-annotations" rev="1.2.7">
<artifact name="support-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.arm.mbed.cloud.sdk', module='support-annotations', version='1.2.7')
)
libraryDependencies += "com.arm.mbed.cloud.sdk" % "support-annotations" % "1.2.7"
[com.arm.mbed.cloud.sdk/support-annotations "1.2.7"]