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