License |
License |
---|---|
Categories |
CategoriesDJL Business Logic Libraries Machine Learning |
GroupId | GroupIdai.djl |
ArtifactId | ArtifactIdbom |
Last Version | Last Version0.17.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionDJL Bill of Materials (BOM)
Deep Java Library (DJL) Bill of Materials (BOM)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bom-0.17.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ai.djl/bom/ -->
<dependency>
<groupId>ai.djl</groupId>
<artifactId>bom</artifactId>
<version>0.17.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ai.djl/bom/
implementation 'ai.djl:bom:0.17.0'
// https://jarcasting.com/artifacts/ai.djl/bom/
implementation ("ai.djl:bom:0.17.0")
'ai.djl:bom:pom:0.17.0'
<dependency org="ai.djl" name="bom" rev="0.17.0">
<artifact name="bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='ai.djl', module='bom', version='0.17.0')
)
libraryDependencies += "ai.djl" % "bom" % "0.17.0"
[ai.djl/bom "0.17.0"]