Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.github.furkandogan |
ArtifactId | ArtifactIdweb-automation-template |
Version | Version2.1 |
Type | Typejar |
Filename | Size |
---|---|
web-automation-template-2.1.pom | |
web-automation-template-2.1.jar | 104 KB |
web-automation-template-2.1-sources.jar | 53 KB |
web-automation-template-2.1-javadoc.jar | 722 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.furkandogan/web-automation-template/ -->
<dependency>
<groupId>com.github.furkandogan</groupId>
<artifactId>web-automation-template</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.furkandogan/web-automation-template/
implementation 'com.github.furkandogan:web-automation-template:2.1'
// https://jarcasting.com/artifacts/com.github.furkandogan/web-automation-template/
implementation ("com.github.furkandogan:web-automation-template:2.1")
'com.github.furkandogan:web-automation-template:jar:2.1'
<dependency org="com.github.furkandogan" name="web-automation-template" rev="2.1">
<artifact name="web-automation-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.furkandogan', module='web-automation-template', version='2.1')
)
libraryDependencies += "com.github.furkandogan" % "web-automation-template" % "2.1"
[com.github.furkandogan/web-automation-template "2.1"]