d

djl-spring-boot-starter-tensorflow-auto

DJL TensorFlow Spring Boot starter project with automatic platform detection
The Apache License, Version 2.0
Files download
File Operation
djl-spring-boot-starter-tensorflow-auto-0.18.jar download
djl-spring-boot-starter-tensorflow-auto-0.18.pom download
Apache Maven
<dependency>
  <groupId>ai.djl.spring</groupId>
  <artifactId>djl-spring-boot-starter-tensorflow-auto</artifactId>
  <version>0.18</version>
</dependency>
Gradle Groovy
implementation 'ai.djl.spring:djl-spring-boot-starter-tensorflow-auto:0.18'
Gradle Kotlin
implementation("ai.djl.spring:djl-spring-boot-starter-tensorflow-auto:0.18")
Scala SBT
libraryDependencies += "ai.djl.spring" % "djl-spring-boot-starter-tensorflow-auto" % "0.18"
Groovy Grape
@Grapes(
  @Grab(group='ai.djl.spring', module='djl-spring-boot-starter-tensorflow-auto', version='0.18')
)
Apache Ivy
<dependency org="ai.djl.spring" name="djl-spring-boot-starter-tensorflow-auto" rev="0.18" />
Leiningen
[ai.djl.spring/djl-spring-boot-starter-tensorflow-auto "0.18"]
Apache Buildr
'ai.djl.spring:djl-spring-boot-starter-tensorflow-auto:jar:0.18'