не последняя версия
Последняя версия 2.10.0

org.apache.camel.quarkus:camel-quarkus-djl 2.3.0

Infer Deep Learning models from message exchanges data using Deep Java Library (DJL).

Категории

Категории

Quarkus Контейнер Микросервисы DJL Прикладные библиотеки Machine Learning
Группа

Группа

org.apache.camel.quarkus
Идентификатор

Идентификатор

camel-quarkus-djl
Версия

Версия

2.3.0
Тип

Тип

jar

Скачать camel-quarkus-djl 2.3.0


<!-- https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-djl/ -->
<dependency>
    <groupId>org.apache.camel.quarkus</groupId>
    <artifactId>camel-quarkus-djl</artifactId>
    <version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-djl/
implementation 'org.apache.camel.quarkus:camel-quarkus-djl:2.3.0'
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-djl/
implementation ("org.apache.camel.quarkus:camel-quarkus-djl:2.3.0")
'org.apache.camel.quarkus:camel-quarkus-djl:jar:2.3.0'
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-djl" rev="2.3.0">
  <artifact name="camel-quarkus-djl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-djl', version='2.3.0')
)
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-djl" % "2.3.0"
[org.apache.camel.quarkus/camel-quarkus-djl "2.3.0"]