| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesAuto Application Layer Libs Code Generators | 
        
| GroupId | GroupIdcom.github.lwfwind.automation | 
    
| ArtifactId | ArtifactIdsmart-ui-framework | 
    
| Last Version | Last Version3.8 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionSupport web and moblie automaton based on selenium and appium 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| smart-ui-framework-3.8.pom | |
| smart-ui-framework-3.8.jar | 274 KB | 
| smart-ui-framework-3.8-sources.jar | 176 KB | 
| smart-ui-framework-3.8-javadoc.jar | 907 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.lwfwind.automation/smart-ui-framework/ -->
<dependency>
    <groupId>com.github.lwfwind.automation</groupId>
    <artifactId>smart-ui-framework</artifactId>
    <version>3.8</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.lwfwind.automation/smart-ui-framework/
implementation 'com.github.lwfwind.automation:smart-ui-framework:3.8'
                // https://jarcasting.com/artifacts/com.github.lwfwind.automation/smart-ui-framework/
implementation ("com.github.lwfwind.automation:smart-ui-framework:3.8")
                'com.github.lwfwind.automation:smart-ui-framework:jar:3.8'
                <dependency org="com.github.lwfwind.automation" name="smart-ui-framework" rev="3.8">
  <artifact name="smart-ui-framework" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.lwfwind.automation', module='smart-ui-framework', version='3.8')
)
                libraryDependencies += "com.github.lwfwind.automation" % "smart-ui-framework" % "3.8"
                [com.github.lwfwind.automation/smart-ui-framework "3.8"]