Categories |
CategoriesSpring Boot Container Microservices DJL Business Logic Libraries Machine Learning |
---|---|
GroupId | GroupIdai.djl.spring |
ArtifactId | ArtifactIddjl-spring-boot-starter-parent |
Version | Version0.2 |
Type | Typepom |
Filename | Size |
---|---|
djl-spring-boot-starter-parent-0.2.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ai.djl.spring/djl-spring-boot-starter-parent/ -->
<dependency>
<groupId>ai.djl.spring</groupId>
<artifactId>djl-spring-boot-starter-parent</artifactId>
<version>0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ai.djl.spring/djl-spring-boot-starter-parent/
implementation 'ai.djl.spring:djl-spring-boot-starter-parent:0.2'
// https://jarcasting.com/artifacts/ai.djl.spring/djl-spring-boot-starter-parent/
implementation ("ai.djl.spring:djl-spring-boot-starter-parent:0.2")
'ai.djl.spring:djl-spring-boot-starter-parent:pom:0.2'
<dependency org="ai.djl.spring" name="djl-spring-boot-starter-parent" rev="0.2">
<artifact name="djl-spring-boot-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='ai.djl.spring', module='djl-spring-boot-starter-parent', version='0.2')
)
libraryDependencies += "ai.djl.spring" % "djl-spring-boot-starter-parent" % "0.2"
[ai.djl.spring/djl-spring-boot-starter-parent "0.2"]