diff --git a/documentation/index.html b/documentation/index.html index 552da89..a3da15d 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -192,7 +192,14 @@ dependenciesTest { compile("org.testng:testng:6.9.5") } - +
+ You can also specify local dependencies with the file
directive:
+
+dependencies { + compile(file("libs/async-http.jar")) +} +