| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.liuchink.chinkutils | 
    
| ArtifactId | ArtifactIdchinkUtils-xml | 
    
| Version | Version0.0.1.RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            Description提供简单、常用的Java工具,对于一些常用组件进行的二次封装 
         | 
    
<!-- https://jarcasting.com/artifacts/com.github.liuchink.chinkutils/chinkUtils-xml/ -->
<dependency>
    <groupId>com.github.liuchink.chinkutils</groupId>
    <artifactId>chinkUtils-xml</artifactId>
    <version>0.0.1.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.liuchink.chinkutils/chinkUtils-xml/
implementation 'com.github.liuchink.chinkutils:chinkUtils-xml:0.0.1.RELEASE'
                // https://jarcasting.com/artifacts/com.github.liuchink.chinkutils/chinkUtils-xml/
implementation ("com.github.liuchink.chinkutils:chinkUtils-xml:0.0.1.RELEASE")
                'com.github.liuchink.chinkutils:chinkUtils-xml:jar:0.0.1.RELEASE'
                <dependency org="com.github.liuchink.chinkutils" name="chinkUtils-xml" rev="0.0.1.RELEASE">
  <artifact name="chinkUtils-xml" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.liuchink.chinkutils', module='chinkUtils-xml', version='0.0.1.RELEASE')
)
                libraryDependencies += "com.github.liuchink.chinkutils" % "chinkUtils-xml" % "0.0.1.RELEASE"
                [com.github.liuchink.chinkutils/chinkUtils-xml "0.0.1.RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.22 | 
| com.lmax : disruptor | jar | 3.4.4 | 
| xerces : xercesImpl | jar | 2.12.1 | 
| com.google.guava : guava | jar | 31.0.1-jre | 
| org.apache.commons : commons-lang3 | jar | 3.12.0 | 
| com.alibaba : fastjson | jar | 1.2.79 | 
| org.bouncycastle : bcprov-ext-jdk16 | jar | 1.46 | 
| commons-io : commons-io | jar | 2.11.0 | 
| commons-codec : commons-codec | jar | 1.15 | 
| org.apache.commons : commons-collections4 | jar | 4.4 | 
| org.apache.httpcomponents : httpmime | jar | 4.5.13 | 
| org.apache.httpcomponents : httpclient | jar | 4.5.13 | 
| dom4j : dom4j | jar | 1.6.1 | 
| joda-time : joda-time | jar | 2.10.13 | 
| net.coobird : thumbnailator | jar | 0.4.15 | 
| com.squareup.okhttp3 : okhttp | jar | 4.9.3 | 
| com.belerweb : pinyin4j | jar | 2.5.1 | 
| cn.hutool : hutool-all | jar | 5.7.18 | 
| com.thoughtworks.xstream : xstream | jar | 1.4.18 | 
| org.bytedeco : javacv | jar | 1.5.5 | 
| ch.qos.logback : logback-core | jar | 1.2.10 | 
| ch.qos.logback : logback-classic | jar | 1.2.10 | 
| org.slf4j : slf4j-api | jar | 1.7.33 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13.2 |