d

djl-spring-boot-starter-parent

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