MVN

ai.djl.spring : djl-spring-boot-starter-pytorch-auto

Maven & Gradle

Aug 04, 2023
68.3k stars

djl-spring-boot-starter-pytorch-auto · DJL PyTorch Spring Boot starter project with automatic platform detection

<dependency>
    <groupId>ai.djl.spring</groupId>
    <artifactId>djl-spring-boot-starter-pytorch-auto</artifactId>
    <version>0.23</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ai.djl.spring : djl-spring-boot-starter-pytorch-auto to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.23

All Versions

Choose a version of ai.djl.spring : djl-spring-boot-starter-pytorch-auto to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.23
djl-spring-boot-starter-pytorch-auto-0.23
0.20
djl-spring-boot-starter-pytorch-auto-0.20
0.19
djl-spring-boot-starter-pytorch-auto-0.19
0.18
djl-spring-boot-starter-pytorch-auto-0.18
0.15
djl-spring-boot-starter-pytorch-auto-0.15
0.11
djl-spring-boot-starter-pytorch-auto-0.11
0.7
djl-spring-boot-starter-pytorch-auto-0.7
0.6
djl-spring-boot-starter-pytorch-auto-0.6
0.5
djl-spring-boot-starter-pytorch-auto-0.5
0.2
djl-spring-boot-starter-pytorch-auto-0.2

How to add a dependency to Maven

Add the following ai.djl.spring : djl-spring-boot-starter-pytorch-auto maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ai.djl.spring</groupId>
    <artifactId>djl-spring-boot-starter-pytorch-auto</artifactId>
    <version>0.23</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ai.djl.spring : djl-spring-boot-starter-pytorch-auto gradle dependency to your build.gradle file:

implementation 'ai.djl.spring:djl-spring-boot-starter-pytorch-auto:0.23'

Gradle Kotlin DSL: Add the following ai.djl.spring : djl-spring-boot-starter-pytorch-auto gradle kotlin dependency to your build.gradle.kts file:

implementation("ai.djl.spring:djl-spring-boot-starter-pytorch-auto:0.23")

How to add a dependency to SBT Scala

SBT Scala: Add the following ai.djl.spring : djl-spring-boot-starter-pytorch-auto sbt scala dependency to your build.sbt file:

libraryDependencies += "ai.djl.spring" % "djl-spring-boot-starter-pytorch-auto" % "0.23"