is not current version
Last Version 0.2.1

dev.icerock.moko:tensorflow-android-debug 0.2.0

Tensorflow Lite bindings for mobile (android & ios) Kotlin Multiplatform development

Categories

Categories

TensorFlow Business Logic Libraries Machine Learning
GroupId

GroupId

dev.icerock.moko
ArtifactId

ArtifactId

tensorflow-android-debug
Version

Version

0.2.0
Type

Type

aar

Download tensorflow-android-debug 0.2.0


<!-- https://jarcasting.com/artifacts/dev.icerock.moko/tensorflow-android-debug/ -->
<dependency>
    <groupId>dev.icerock.moko</groupId>
    <artifactId>tensorflow-android-debug</artifactId>
    <version>0.2.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/dev.icerock.moko/tensorflow-android-debug/
implementation 'dev.icerock.moko:tensorflow-android-debug:0.2.0'
// https://jarcasting.com/artifacts/dev.icerock.moko/tensorflow-android-debug/
implementation ("dev.icerock.moko:tensorflow-android-debug:0.2.0")
'dev.icerock.moko:tensorflow-android-debug:aar:0.2.0'
<dependency org="dev.icerock.moko" name="tensorflow-android-debug" rev="0.2.0">
  <artifact name="tensorflow-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='dev.icerock.moko', module='tensorflow-android-debug', version='0.2.0')
)
libraryDependencies += "dev.icerock.moko" % "tensorflow-android-debug" % "0.2.0"
[dev.icerock.moko/tensorflow-android-debug "0.2.0"]