| Категории |
КатегорииDJL Прикладные библиотеки Machine Learning |
|---|---|
| Группа | Группаorg.apache.camel.springboot |
| Идентификатор | Идентификаторcamel-djl-starter |
| Версия | Версия3.11.7 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| camel-djl-starter-3.11.7.pom | |
| camel-djl-starter-3.11.7.jar | 12 KB |
| camel-djl-starter-3.11.7-sources.jar | 11 KB |
| camel-djl-starter-3.11.7-javadoc.jar | 28 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-djl-starter/ -->
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-djl-starter</artifactId>
<version>3.11.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-djl-starter/
implementation 'org.apache.camel.springboot:camel-djl-starter:3.11.7'
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-djl-starter/
implementation ("org.apache.camel.springboot:camel-djl-starter:3.11.7")
'org.apache.camel.springboot:camel-djl-starter:jar:3.11.7'
<dependency org="org.apache.camel.springboot" name="camel-djl-starter" rev="3.11.7">
<artifact name="camel-djl-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.springboot', module='camel-djl-starter', version='3.11.7')
)
libraryDependencies += "org.apache.camel.springboot" % "camel-djl-starter" % "3.11.7"
[org.apache.camel.springboot/camel-djl-starter "3.11.7"]