| Categories |
CategoriesIDE Development Tools |
|---|---|
| GroupId | GroupIdcom.aimmac23 |
| ArtifactId | ArtifactIdselenium-video-node |
| Version | Version2.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| selenium-video-node-2.4.pom | |
| selenium-video-node-2.4.jar | 8 MB |
| selenium-video-node-2.4-sources.jar | 39 KB |
| selenium-video-node-2.4-javadoc.jar | 219 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.aimmac23/selenium-video-node/ -->
<dependency>
<groupId>com.aimmac23</groupId>
<artifactId>selenium-video-node</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.aimmac23/selenium-video-node/
implementation 'com.aimmac23:selenium-video-node:2.4'
// https://jarcasting.com/artifacts/com.aimmac23/selenium-video-node/
implementation ("com.aimmac23:selenium-video-node:2.4")
'com.aimmac23:selenium-video-node:jar:2.4'
<dependency org="com.aimmac23" name="selenium-video-node" rev="2.4">
<artifact name="selenium-video-node" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aimmac23', module='selenium-video-node', version='2.4')
)
libraryDependencies += "com.aimmac23" % "selenium-video-node" % "2.4"
[com.aimmac23/selenium-video-node "2.4"]