mirror of
https://github.com/ethauvin/kobalt-doc.git
synced 2025-04-25 03:57:11 -07:00
Add doc for file().
This commit is contained in:
parent
4d4007ab66
commit
7bddd4002b
1 changed files with 8 additions and 1 deletions
|
@ -192,7 +192,14 @@ dependenciesTest {
|
|||
compile("org.testng:testng:6.9.5")
|
||||
}
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
You can also specify local dependencies with the <code>file</code> directive:
|
||||
</p>
|
||||
<pre>
|
||||
dependencies {
|
||||
compile(file("libs/async-http.jar"))
|
||||
}
|
||||
</pre>
|
||||
<h2 class="section" id="maven-repos">Maven repos</h2>
|
||||
|
||||
<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue