GroupId | GroupIdcom.arm.mbed.cloud.sdk |
---|---|
ArtifactId | ArtifactIdfoundation-core |
Version | Version2.3.0 |
Type | Typejar |
Filename | Size |
---|---|
foundation-core-2.3.0.pom | |
foundation-core-2.3.0.jar | 31 KB |
foundation-core-2.3.0-sources.jar | 17 KB |
foundation-core-2.3.0-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.arm.mbed.cloud.sdk/foundation-core/ -->
<dependency>
<groupId>com.arm.mbed.cloud.sdk</groupId>
<artifactId>foundation-core</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.arm.mbed.cloud.sdk/foundation-core/
implementation 'com.arm.mbed.cloud.sdk:foundation-core:2.3.0'
// https://jarcasting.com/artifacts/com.arm.mbed.cloud.sdk/foundation-core/
implementation ("com.arm.mbed.cloud.sdk:foundation-core:2.3.0")
'com.arm.mbed.cloud.sdk:foundation-core:jar:2.3.0'
<dependency org="com.arm.mbed.cloud.sdk" name="foundation-core" rev="2.3.0">
<artifact name="foundation-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.arm.mbed.cloud.sdk', module='foundation-core', version='2.3.0')
)
libraryDependencies += "com.arm.mbed.cloud.sdk" % "foundation-core" % "2.3.0"
[com.arm.mbed.cloud.sdk/foundation-core "2.3.0"]