| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.zusmart | 
    
| ArtifactId | ArtifactIdzusmart | 
    
| Last Version | Last Version1.0.6 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionzusmart 
            Java开发全家桶 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| zusmart-1.0.6.pom | 6 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.zusmart/zusmart/ -->
<dependency>
    <groupId>com.zusmart</groupId>
    <artifactId>zusmart</artifactId>
    <version>1.0.6</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.zusmart/zusmart/
implementation 'com.zusmart:zusmart:1.0.6'
                // https://jarcasting.com/artifacts/com.zusmart/zusmart/
implementation ("com.zusmart:zusmart:1.0.6")
                'com.zusmart:zusmart:pom:1.0.6'
                <dependency org="com.zusmart" name="zusmart" rev="1.0.6">
  <artifact name="zusmart" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.zusmart', module='zusmart', version='1.0.6')
)
                libraryDependencies += "com.zusmart" % "zusmart" % "1.0.6"
                [com.zusmart/zusmart "1.0.6"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |