Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration DJL Business Logic Libraries Machine Learning |
---|---|
GroupId | GroupIdai.djl.spring |
ArtifactId | ArtifactIddjl-spring-boot-starter-autoconfigure |
Version | Version0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ai.djl.spring/djl-spring-boot-starter-autoconfigure/ -->
<dependency>
<groupId>ai.djl.spring</groupId>
<artifactId>djl-spring-boot-starter-autoconfigure</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/ai.djl.spring/djl-spring-boot-starter-autoconfigure/
implementation 'ai.djl.spring:djl-spring-boot-starter-autoconfigure:0.2'
// https://jarcasting.com/artifacts/ai.djl.spring/djl-spring-boot-starter-autoconfigure/
implementation ("ai.djl.spring:djl-spring-boot-starter-autoconfigure:0.2")
'ai.djl.spring:djl-spring-boot-starter-autoconfigure:jar:0.2'
<dependency org="ai.djl.spring" name="djl-spring-boot-starter-autoconfigure" rev="0.2">
<artifact name="djl-spring-boot-starter-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.djl.spring', module='djl-spring-boot-starter-autoconfigure', version='0.2')
)
libraryDependencies += "ai.djl.spring" % "djl-spring-boot-starter-autoconfigure" % "0.2"
[ai.djl.spring/djl-spring-boot-starter-autoconfigure "0.2"]