| Categories | 
                CategoriesDubbo Net Networking | 
        
|---|---|
| GroupId | GroupIdcom.github.618lf | 
    
| ArtifactId | ArtifactIdswak-dubbo-async | 
    
| Version | Version1.1.0_final | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/com.github.618lf/swak-dubbo-async/ -->
<dependency>
    <groupId>com.github.618lf</groupId>
    <artifactId>swak-dubbo-async</artifactId>
    <version>1.1.0_final</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.618lf/swak-dubbo-async/
implementation 'com.github.618lf:swak-dubbo-async:1.1.0_final'
                // https://jarcasting.com/artifacts/com.github.618lf/swak-dubbo-async/
implementation ("com.github.618lf:swak-dubbo-async:1.1.0_final")
                'com.github.618lf:swak-dubbo-async:jar:1.1.0_final'
                <dependency org="com.github.618lf" name="swak-dubbo-async" rev="1.1.0_final">
  <artifact name="swak-dubbo-async" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.618lf', module='swak-dubbo-async', version='1.1.0_final')
)
                libraryDependencies += "com.github.618lf" % "swak-dubbo-async" % "1.1.0_final"
                [com.github.618lf/swak-dubbo-async "1.1.0_final"]