| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcn.songxinqiang | 
    
| ArtifactId | ArtifactIdstool | 
    
| Last Version | Last Version2.1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionSongxinqiang Tool 
            Java项目开发的一些工具类 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| stool-2.1.0.pom | |
| stool-2.1.0.jar | 12 KB | 
| stool-2.1.0-sources.jar | 7 KB | 
| stool-2.1.0-javadoc.jar | 64 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/cn.songxinqiang/stool/ -->
<dependency>
    <groupId>cn.songxinqiang</groupId>
    <artifactId>stool</artifactId>
    <version>2.1.0</version>
</dependency>
                // https://jarcasting.com/artifacts/cn.songxinqiang/stool/
implementation 'cn.songxinqiang:stool:2.1.0'
                // https://jarcasting.com/artifacts/cn.songxinqiang/stool/
implementation ("cn.songxinqiang:stool:2.1.0")
                'cn.songxinqiang:stool:jar:2.1.0'
                <dependency org="cn.songxinqiang" name="stool" rev="2.1.0">
  <artifact name="stool" type="jar" />
</dependency>
                @Grapes(
@Grab(group='cn.songxinqiang', module='stool', version='2.1.0')
)
                libraryDependencies += "cn.songxinqiang" % "stool" % "2.1.0"
                [cn.songxinqiang/stool "2.1.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |