You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: usage.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -115,11 +115,11 @@ <h2>Modules</h2>
115
115
</ul>
116
116
<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.
117
117
If you use <ahref="https://gradle.org/" target="_blank">Gradle</a> or <ahref="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 <ahref="https://css4j.github.io/maven/io/sf/carte/css4j-dom4j/4.2/css4j-dom4j-4.2.pom"><code>.pom</code></a>
119
-
or the <ahref="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 <ahref="https://css4j.github.io/maven/io/sf/carte/css4j-dom4j/6.1/css4j-dom4j-6.1.pom"><code>.pom</code></a>
119
+
or the <ahref="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>
120
120
<p>The latest <code>css4j-*</code> artifacts are generally compatible with <code>css4j</code> releases
121
121
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>
123
123
<h3class="subtema" id="gradle">Usage from a Gradle project</h3>
124
124
<p>
125
125
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