| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.zusmart | 
    
| ArtifactId | ArtifactIdzusmart-basic | 
    
| Last Version | Last Version0.0.3 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionzusmart-basic 
            基础模块,提供配置,日志,SPI,图排序,路径匹配,资源扫描,包扫描,常用工具类 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| zusmart-basic-0.0.3.pom | |
| zusmart-basic-0.0.3.jar | 88 KB | 
| zusmart-basic-0.0.3-sources.jar | 51 KB | 
| zusmart-basic-0.0.3-javadoc.jar | 435 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.zusmart/zusmart-basic/ -->
<dependency>
    <groupId>com.zusmart</groupId>
    <artifactId>zusmart-basic</artifactId>
    <version>0.0.3</version>
</dependency>
                // https://jarcasting.com/artifacts/com.zusmart/zusmart-basic/
implementation 'com.zusmart:zusmart-basic:0.0.3'
                // https://jarcasting.com/artifacts/com.zusmart/zusmart-basic/
implementation ("com.zusmart:zusmart-basic:0.0.3")
                'com.zusmart:zusmart-basic:jar:0.0.3'
                <dependency org="com.zusmart" name="zusmart-basic" rev="0.0.3">
  <artifact name="zusmart-basic" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.zusmart', module='zusmart-basic', version='0.0.3')
)
                libraryDependencies += "com.zusmart" % "zusmart-basic" % "0.0.3"
                [com.zusmart/zusmart-basic "0.0.3"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| log4j : log4j Optional | jar | 1.2.17 | 
| org.slf4j : slf4j-api Optional | jar | 1.7.26 | 
| org.apache.logging.log4j : log4j-api Optional | jar | 2.11.2 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |