yhan-base
基础类,工具类
| License | 
                License | 
        
|---|---|
| GroupId | GroupIdio.github.wuda0112 | 
    
| ArtifactId | ArtifactIdyhan-commons-lang | 
    
| Last Version | Last Version1.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Description基于spring boot,统一管理依赖和插件. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| yhan-commons-lang-1.0.0.pom | |
| yhan-commons-lang-1.0.0.jar | 4 KB | 
| yhan-commons-lang-1.0.0-sources.jar | 3 KB | 
| yhan-commons-lang-1.0.0-javadoc.jar | 38 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.github.wuda0112/yhan-commons-lang/ -->
<dependency>
    <groupId>io.github.wuda0112</groupId>
    <artifactId>yhan-commons-lang</artifactId>
    <version>1.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/io.github.wuda0112/yhan-commons-lang/
implementation 'io.github.wuda0112:yhan-commons-lang:1.0.0'
                // https://jarcasting.com/artifacts/io.github.wuda0112/yhan-commons-lang/
implementation ("io.github.wuda0112:yhan-commons-lang:1.0.0")
                'io.github.wuda0112:yhan-commons-lang:jar:1.0.0'
                <dependency org="io.github.wuda0112" name="yhan-commons-lang" rev="1.0.0">
  <artifact name="yhan-commons-lang" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.github.wuda0112', module='yhan-commons-lang', version='1.0.0')
)
                libraryDependencies += "io.github.wuda0112" % "yhan-commons-lang" % "1.0.0"
                [io.github.wuda0112/yhan-commons-lang "1.0.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.9.8 | 
| com.koloboke : koloboke-api-jdk8 | jar | 1.0.0 | 
| org.projectlombok : lombok Optional | jar | 1.18.4 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.koloboke : koloboke-impl-jdk8 | jar | 1.0.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
基础类,工具类