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