Download hutool-core-4.0.7.jar file - Jar h

Jar examples for h:hutool-core

Description

Hutool??

You can download jar file hutool-core 4.0.7 in this page.

Build File

You can use the following script to add hutool-core-4.0.7.jar to your project.

<dependency>
   <groupId>cn.hutool</groupId>
   <artifactId>hutool-core</artifactId>
   <version>4.0.7</version>
</dependency>
compile group: 'cn.hutool', name: 'hutool-core', version: '4.0.7'
libraryDependencies += "cn.hutool" % "hutool-core" % "4.0.7"
<dependency org="cn.hutool" name="hutool-core" rev="4.0.7"/>
@Grapes(@Grab(group='cn.hutool', module='hutool-core', version='4.0.7'))
'cn.hutool:hutool-core:jar:4.0.7'

Download

Click the following link to download the jar file.

hutool-core-4.0.7-javadoc.jar
hutool-core-4.0.7-sources.jar
hutool-core-4.0.7.jar
hutool-core-4.0.7.pom



Related Tutorials