GroupId | GroupIdcom.github.wiselenium |
---|---|
ArtifactId | ArtifactIdwiselenium-core |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
wiselenium-core-0.1.0.pom | |
wiselenium-core-0.1.0.jar | 4 MB |
wiselenium-core-0.1.0-sources.jar | 4 MB |
wiselenium-core-0.1.0-javadoc.jar | 399 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wiselenium/wiselenium-core/ -->
<dependency>
<groupId>com.github.wiselenium</groupId>
<artifactId>wiselenium-core</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wiselenium/wiselenium-core/
implementation 'com.github.wiselenium:wiselenium-core:0.1.0'
// https://jarcasting.com/artifacts/com.github.wiselenium/wiselenium-core/
implementation ("com.github.wiselenium:wiselenium-core:0.1.0")
'com.github.wiselenium:wiselenium-core:jar:0.1.0'
<dependency org="com.github.wiselenium" name="wiselenium-core" rev="0.1.0">
<artifact name="wiselenium-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wiselenium', module='wiselenium-core', version='0.1.0')
)
libraryDependencies += "com.github.wiselenium" % "wiselenium-core" % "0.1.0"
[com.github.wiselenium/wiselenium-core "0.1.0"]