Skip to content

Commit

Permalink
Usage: use 'implementation' instead of 'api' in Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Jun 16, 2024
1 parent a7ee949 commit 46fe470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usage.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ <h3 class="subtema" id="gradle">Usage from a Gradle project</h3>
Then, in your <code>build.gradle</code> file:
</p>
<pre class="code"><code class="language-groovy">dependencies {
api "io.sf.carte:css4j:${css4jVersion}"
implementation "io.sf.carte:css4j:${css4jVersion}"
}
</code></pre>
<p>
Expand Down

0 comments on commit 46fe470

Please sign in to comment.