| License | 
                License | 
        
|---|---|
| GroupId | GroupIdtop.wu2020 | 
    
| ArtifactId | ArtifactIdwu-smart-acw-server | 
    
| Last Version | Last Version1.1.0-JDK1.8 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionAutomatic code writing 
         | 
    
<!-- https://jarcasting.com/artifacts/top.wu2020/wu-smart-acw-server/ -->
<dependency>
    <groupId>top.wu2020</groupId>
    <artifactId>wu-smart-acw-server</artifactId>
    <version>1.1.0-JDK1.8</version>
</dependency>
                // https://jarcasting.com/artifacts/top.wu2020/wu-smart-acw-server/
implementation 'top.wu2020:wu-smart-acw-server:1.1.0-JDK1.8'
                // https://jarcasting.com/artifacts/top.wu2020/wu-smart-acw-server/
implementation ("top.wu2020:wu-smart-acw-server:1.1.0-JDK1.8")
                'top.wu2020:wu-smart-acw-server:jar:1.1.0-JDK1.8'
                <dependency org="top.wu2020" name="wu-smart-acw-server" rev="1.1.0-JDK1.8">
  <artifact name="wu-smart-acw-server" type="jar" />
</dependency>
                @Grapes(
@Grab(group='top.wu2020', module='wu-smart-acw-server', version='1.1.0-JDK1.8')
)
                libraryDependencies += "top.wu2020" % "wu-smart-acw-server" % "1.1.0-JDK1.8"
                [top.wu2020/wu-smart-acw-server "1.1.0-JDK1.8"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar |