Categories |
CategoriesDJL Business Logic Libraries Machine Learning |
---|---|
GroupId | GroupIdai.djl |
ArtifactId | ArtifactIdbom |
Version | Version0.7.0 |
Type | Typepom |
Filename | Size |
---|---|
bom-0.7.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ai.djl/bom/ -->
<dependency>
<groupId>ai.djl</groupId>
<artifactId>bom</artifactId>
<version>0.7.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ai.djl/bom/
implementation 'ai.djl:bom:0.7.0'
// https://jarcasting.com/artifacts/ai.djl/bom/
implementation ("ai.djl:bom:0.7.0")
'ai.djl:bom:pom:0.7.0'
<dependency org="ai.djl" name="bom" rev="0.7.0">
<artifact name="bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='ai.djl', module='bom', version='0.7.0')
)
libraryDependencies += "ai.djl" % "bom" % "0.7.0"
[ai.djl/bom "0.7.0"]