Create local directory "lib" and put someFile.jar in it. Then:

repositories {
    flatDir {
        dirs 'lib'
    }
}

dependencies {
    implementation name: 'someFile'
}


Am 06.07.23 um 19:53 schrieb Arbol One:
I am trying to add a local jar file to my Gradle web project, but I don't know how. Can any body help?


--
iSYS Software GmbH

Ulrich Mayring | Full Stack Developer
Technology Lab / R&D

Tel: +49 (0) 89 46 23 28-0 | Fax  +49 (0) 89 46 23 28-14
email: ulrich.mayr...@isys.de

Grillparzerstraße 10 | D-81675 München
www.isys.de

Sitz der Gesellschaft: München | HRB 111760
Geschäftsführer: Stefan Fischer und Max Haller

---------------------------------------------------------------------
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

Reply via email to