Skip to content

Commit 55e7329

Browse files
committed
Usage: use newer artifact versions in the examples
1 parent 627cf1d commit 55e7329

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

usage.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ <h2>Modules</h2>
115115
</ul>
116116
<p>In general, you'll need to have at least <code>css4j</code>, <code>carte-util</code> and <code>tokenproducer</code> in your classpath/modulepath.
117117
If you use <a href="https://gradle.org/" target="_blank">Gradle</a> or <a href="https://maven.apache.org/" target="_blank">Apache Maven</a>, you may want to look at each module's
118-
<code>build.gradle</code> files (or even better, the <a href="https://css4j.github.io/maven/io/sf/carte/css4j-dom4j/4.2/css4j-dom4j-4.2.pom"><code>.pom</code></a>
119-
or the <a href="https://css4j.github.io/maven/io/sf/carte/css4j-dom4j/4.2/css4j-dom4j-4.2.module"><code>.module</code> files at the repository</a>) to check for the specific module dependencies.</p>
118+
<code>build.gradle</code> files (or even better, the <a href="https://css4j.github.io/maven/io/sf/carte/css4j-dom4j/6.1/css4j-dom4j-6.1.pom"><code>.pom</code></a>
119+
or the <a href="https://css4j.github.io/maven/io/sf/carte/css4j-dom4j/6.1/css4j-dom4j-6.1.module"><code>.module</code> files at the repository</a>) to check for the specific module dependencies.</p>
120120
<p>The latest <code>css4j-*</code> artifacts are generally compatible with <code>css4j</code> releases
121121
that have the same major version number and the same or larger minor version. For example
122-
<code>css4j-awt</code> 4.0 is compatible with <code>css4j</code> 4.0.1 and also with 4.2.2.</p>
122+
<code>css4j-awt</code> 6.0 is compatible with <code>css4j</code> 6.0 and also with 6.2.</p>
123123
<h3 class="subtema" id="gradle">Usage from a Gradle project</h3>
124124
<p>
125125
If your Gradle project depends on css4j, you can use this project's own Maven repository in a <code>repositories</code> section of

0 commit comments

Comments
 (0)