Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdorg.gebish |
ArtifactId | ArtifactIdgeb-junit |
Version | Version4.0-rc-1 |
Type | Typejar |
Filename | Size |
---|---|
geb-junit-4.0-rc-1.pom | |
geb-junit-4.0-rc-1.jar | 3 KB |
geb-junit-4.0-rc-1-sources.jar | 1 KB |
geb-junit-4.0-rc-1-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gebish/geb-junit/ -->
<dependency>
<groupId>org.gebish</groupId>
<artifactId>geb-junit</artifactId>
<version>4.0-rc-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.gebish/geb-junit/
implementation 'org.gebish:geb-junit:4.0-rc-1'
// https://jarcasting.com/artifacts/org.gebish/geb-junit/
implementation ("org.gebish:geb-junit:4.0-rc-1")
'org.gebish:geb-junit:jar:4.0-rc-1'
<dependency org="org.gebish" name="geb-junit" rev="4.0-rc-1">
<artifact name="geb-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gebish', module='geb-junit', version='4.0-rc-1')
)
libraryDependencies += "org.gebish" % "geb-junit" % "4.0-rc-1"
[org.gebish/geb-junit "4.0-rc-1"]