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.7.jar download
djl-spring-boot-starter-autoconfigure-0.7.pom download
djl-spring-boot-starter-autoconfigure-0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>ai.djl.spring</groupId>
  <artifactId>djl-spring-boot-starter-autoconfigure</artifactId>
  <version>0.7</version>
</dependency>
Gradle Groovy
implementation 'ai.djl.spring:djl-spring-boot-starter-autoconfigure:0.7'
Gradle Kotlin
implementation("ai.djl.spring:djl-spring-boot-starter-autoconfigure:0.7")
Scala SBT
libraryDependencies += "ai.djl.spring" % "djl-spring-boot-starter-autoconfigure" % "0.7"
Groovy Grape
@Grapes(
  @Grab(group='ai.djl.spring', module='djl-spring-boot-starter-autoconfigure', version='0.7')
)
Apache Ivy
<dependency org="ai.djl.spring" name="djl-spring-boot-starter-autoconfigure" rev="0.7" />
Leiningen
[ai.djl.spring/djl-spring-boot-starter-autoconfigure "0.7"]
Apache Buildr
'ai.djl.spring:djl-spring-boot-starter-autoconfigure:jar:0.7'