d

djl-spring-boot-starter-autoconfigure

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