Skip to content

Commit

Permalink
release 5.8.30
Browse files Browse the repository at this point in the history
  • Loading branch information
looly committed Aug 9, 2024
1 parent 96f38f3 commit 8c69c5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<div class="js-fullheight-home fh5co-copy-inner">
<h1>
<b style="font-size: 220%;margin-left:-10px">Hutool</b>
<span style="font-size: 50%">v5.8.29</span>
<span style="font-size: 50%">v5.8.30</span>
</h1>
<h2>A set of tools that keep Java sweet.</h2>
<div style="margin-top: 100px">
Expand Down Expand Up @@ -194,12 +194,12 @@ <h2>A set of tools that keep Java sweet.</h2>
<div class="fh5co-tab-content" data-tab-content="strategy">
<div>🍊Maven:在项目的pom.xml的dependencies中加入以下内容:</div>
<pre style="background: none; padding: 0;margin: 0;border: none; overflow-x: hidden;">
<code>&lt;dependency&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;groupId&gt;cn.hutool&lt;/groupId&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;artifactId&gt;hutool-all&lt;/artifactId&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;version&gt;5.8.29&lt;/version&gt;<br/>&lt;/dependency&gt;</code>
<code>&lt;dependency&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;groupId&gt;cn.hutool&lt;/groupId&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;artifactId&gt;hutool-all&lt;/artifactId&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;version&gt;5.8.30&lt;/version&gt;<br/>&lt;/dependency&gt;</code>
</pre>
<br>
<div>🍐Gradle:</div>
<pre style="background: none; padding: 0;margin: 0;border: none; overflow-x: hidden;">
<code>implementation 'cn.hutool:hutool-all:5.8.29'</code>
<code>implementation 'cn.hutool:hutool-all:5.8.30'</code>
</pre>
</div>

Expand Down

0 comments on commit 8c69c5b

Please sign in to comment.