How to know what is the specific deps used by gradle for djl #2048
Answered
by
frankfliu
RESDXChgfore9hing
asked this question in
Q&A
-
I can compile and run the code,now i need to *export the codes with the dependencies into a neat zip/folder. |
Beta Was this translation helpful? Give feedback.
Answered by
frankfliu
Sep 29, 2022
Replies: 1 comment 1 reply
-
Here is the document about DJL's dependencies: https://docs.djl.ai/master/docs/development/dependency_management.html If you want to package your project and distribute the project, you can take look this demo project: https://github.com/deepjavalibrary/djl-demo/tree/master/development/fatjar#how-to-distribute-djl-application |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
RESDXChgfore9hing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@RESDXChgfore9hing
Here is the document about DJL's dependencies: https://docs.djl.ai/master/docs/development/dependency_management.html
If you want to package your project and distribute the project, you can take look this demo project: https://github.com/deepjavalibrary/djl-demo/tree/master/development/fatjar#how-to-distribute-djl-application