GroupId | GroupIdcom.github.andreptb |
---|---|
ArtifactId | ArtifactIdfitnesse-selenium-slim |
Version | Version0.9.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.andreptb/fitnesse-selenium-slim/ -->
<dependency>
<groupId>com.github.andreptb</groupId>
<artifactId>fitnesse-selenium-slim</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.andreptb/fitnesse-selenium-slim/
implementation 'com.github.andreptb:fitnesse-selenium-slim:0.9.0'
// https://jarcasting.com/artifacts/com.github.andreptb/fitnesse-selenium-slim/
implementation ("com.github.andreptb:fitnesse-selenium-slim:0.9.0")
'com.github.andreptb:fitnesse-selenium-slim:jar:0.9.0'
<dependency org="com.github.andreptb" name="fitnesse-selenium-slim" rev="0.9.0">
<artifact name="fitnesse-selenium-slim" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.andreptb', module='fitnesse-selenium-slim', version='0.9.0')
)
libraryDependencies += "com.github.andreptb" % "fitnesse-selenium-slim" % "0.9.0"
[com.github.andreptb/fitnesse-selenium-slim "0.9.0"]