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