License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdorg.gebish |
ArtifactId | ArtifactIdgeb-junit4 |
Last Version | Last Version5.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGeb for JUnit 4
Geb (pronounced "jeb") integration with the JUnit 4 test framework.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
geb-junit4-5.1.pom | |
geb-junit4-5.1.jar | 8 KB |
geb-junit4-5.1-sources.jar | 3 KB |
geb-junit4-5.1-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gebish/geb-junit4/ -->
<dependency>
<groupId>org.gebish</groupId>
<artifactId>geb-junit4</artifactId>
<version>5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.gebish/geb-junit4/
implementation 'org.gebish:geb-junit4:5.1'
// https://jarcasting.com/artifacts/org.gebish/geb-junit4/
implementation ("org.gebish:geb-junit4:5.1")
'org.gebish:geb-junit4:jar:5.1'
<dependency org="org.gebish" name="geb-junit4" rev="5.1">
<artifact name="geb-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gebish', module='geb-junit4', version='5.1')
)
libraryDependencies += "org.gebish" % "geb-junit4" % "5.1"
[org.gebish/geb-junit4 "5.1"]
Group / Artifact | Type | Version |
---|---|---|
org.gebish : geb-core | jar | 5.1 |
org.codehaus.groovy : groovy | jar | |
org.codehaus.groovy : groovy-templates | jar |
Group / Artifact | Type | Version |
---|---|---|
org.gebish : geb-junit | jar | 5.1 |
junit : junit | jar | 4.13.2 |