Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.github.lwfwind.automation |
ArtifactId | ArtifactIdsmart-ui-framework |
Version | Version3.0 |
Type | Typejar |
Filename | Size |
---|---|
smart-ui-framework-3.0.pom | |
smart-ui-framework-3.0.jar | 300 KB |
smart-ui-framework-3.0-sources.jar | 191 KB |
smart-ui-framework-3.0-javadoc.jar | 994 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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lwfwind.automation/smart-ui-framework/
implementation 'com.github.lwfwind.automation:smart-ui-framework:3.0'
// https://jarcasting.com/artifacts/com.github.lwfwind.automation/smart-ui-framework/
implementation ("com.github.lwfwind.automation:smart-ui-framework:3.0")
'com.github.lwfwind.automation:smart-ui-framework:jar:3.0'
<dependency org="com.github.lwfwind.automation" name="smart-ui-framework" rev="3.0">
<artifact name="smart-ui-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lwfwind.automation', module='smart-ui-framework', version='3.0')
)
libraryDependencies += "com.github.lwfwind.automation" % "smart-ui-framework" % "3.0"
[com.github.lwfwind.automation/smart-ui-framework "3.0"]