Arbol One schrieb am 06.07.2023 um 19:53: > I am trying to add a local jar file to my Gradle web project, but I don't > know how. Can any body help?
You can use: implementation files("/path/to/your/library.jar") in your build.gradle --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists