Categories |
CategoriesDJL Business Logic Libraries Machine Learning |
---|---|
GroupId | GroupIdai.djl.android |
ArtifactId | ArtifactIdcore |
Version | Version0.8.0 |
Type | Typeaar |
Filename | Size |
---|---|
core-0.8.0.pom | |
core-0.8.0.module | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ai.djl.android/core/ -->
<dependency>
<groupId>ai.djl.android</groupId>
<artifactId>core</artifactId>
<version>0.8.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ai.djl.android/core/
implementation 'ai.djl.android:core:0.8.0'
// https://jarcasting.com/artifacts/ai.djl.android/core/
implementation ("ai.djl.android:core:0.8.0")
'ai.djl.android:core:aar:0.8.0'
<dependency org="ai.djl.android" name="core" rev="0.8.0">
<artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='ai.djl.android', module='core', version='0.8.0')
)
libraryDependencies += "ai.djl.android" % "core" % "0.8.0"
[ai.djl.android/core "0.8.0"]