Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.fully-automated |
ArtifactId | ArtifactIdweb-automation |
Version | Version1.3.2 |
Type | Typejar |
Filename | Size |
---|---|
web-automation-1.3.2.pom | |
web-automation-1.3.2.jar | 25 KB |
web-automation-1.3.2-sources.jar | 19 KB |
web-automation-1.3.2-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fully-automated/web-automation/ -->
<dependency>
<groupId>com.fully-automated</groupId>
<artifactId>web-automation</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.fully-automated/web-automation/
implementation 'com.fully-automated:web-automation:1.3.2'
// https://jarcasting.com/artifacts/com.fully-automated/web-automation/
implementation ("com.fully-automated:web-automation:1.3.2")
'com.fully-automated:web-automation:jar:1.3.2'
<dependency org="com.fully-automated" name="web-automation" rev="1.3.2">
<artifact name="web-automation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fully-automated', module='web-automation', version='1.3.2')
)
libraryDependencies += "com.fully-automated" % "web-automation" % "1.3.2"
[com.fully-automated/web-automation "1.3.2"]