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