License |
License |
---|---|
Categories |
CategoriesDJL Business Logic Libraries Machine Learning |
GroupId | GroupIdai.djl.onnxruntime |
ArtifactId | ArtifactIdonnxruntime-engine |
Last Version | Last Version0.17.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDJL Engine Adapter for ONNX Runtime
Deep Java Library (DJL) Engine Adapter for ONNX Runtime
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
onnxruntime-engine-0.17.0.pom | |
onnxruntime-engine-0.17.0.jar | 26 KB |
onnxruntime-engine-0.17.0-sources.jar | 15 KB |
onnxruntime-engine-0.17.0-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ai.djl.onnxruntime/onnxruntime-engine/ -->
<dependency>
<groupId>ai.djl.onnxruntime</groupId>
<artifactId>onnxruntime-engine</artifactId>
<version>0.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/ai.djl.onnxruntime/onnxruntime-engine/
implementation 'ai.djl.onnxruntime:onnxruntime-engine:0.17.0'
// https://jarcasting.com/artifacts/ai.djl.onnxruntime/onnxruntime-engine/
implementation ("ai.djl.onnxruntime:onnxruntime-engine:0.17.0")
'ai.djl.onnxruntime:onnxruntime-engine:jar:0.17.0'
<dependency org="ai.djl.onnxruntime" name="onnxruntime-engine" rev="0.17.0">
<artifact name="onnxruntime-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.djl.onnxruntime', module='onnxruntime-engine', version='0.17.0')
)
libraryDependencies += "ai.djl.onnxruntime" % "onnxruntime-engine" % "0.17.0"
[ai.djl.onnxruntime/onnxruntime-engine "0.17.0"]
Group / Artifact | Type | Version |
---|---|---|
ai.djl : api | jar | 0.17.0 |
com.microsoft.onnxruntime : onnxruntime | jar | 1.11.0 |