I'm using Gradle to include a third-party JAR file using the following code. Is this approach supported? ``` implementation(files("./xxx-with-dependencies.jar")) ```