b

bom

Deep Java Library (DJL) Bill of Materials (BOM)
http://www.djl.ai/bom
The Apache License, Version 2.0
DJL.AI Team
Files download
File Operation
bom-0.7.0.pom download
Apache Maven
<dependency>
  <groupId>ai.djl</groupId>
  <artifactId>bom</artifactId>
  <version>0.7.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'ai.djl:bom:0.7.0'
Gradle Kotlin
implementation("ai.djl:bom:0.7.0")
Scala SBT
libraryDependencies += "ai.djl" % "bom" % "0.7.0"
Groovy Grape
@Grapes(
  @Grab(group='ai.djl', module='bom', version='0.7.0')
)
Apache Ivy
<dependency org="ai.djl" name="bom" rev="0.7.0" />
Leiningen
[ai.djl/bom "0.7.0"]
Apache Buildr
'ai.djl:bom:jar:0.7.0'
Dependencies
The project has no third-party dependencies