Well, if you have artifact id-s for the dependencies the int is just

implementation '<org>:<artifact>:<version>'


On 10/27/20 6:25 PM, Brenden Towey wrote:
Thanks for replying.  I tried that and it didn't help.  I think I have the right Jar files imported, but I can't get the build system to recognize them.  It's a brand new project so I think I'll just switch to Maven, I think I can get the artifact IDs for the files.


On 10/27/2020 4:49 PM, Laszlo Kishalmi wrote:
See the details at https://docs.gradle.org/current/userguide/declaring_dependencies.html

I'd add the following to the dependencies:

implementation files(<path to ext jar1>, <path to ext jar2>,...)



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to