GroupId | GroupIdcom.github.cverges |
---|---|
ArtifactId | ArtifactIdexpect4j |
Version | Version1.7 |
Type | Typejar |
Filename | Size |
---|---|
expect4j-1.7.pom | |
expect4j-1.7.jar | 59 KB |
expect4j-1.7-sources.jar | 43 KB |
expect4j-1.7-javadoc.jar | 202 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cverges/expect4j/ -->
<dependency>
<groupId>com.github.cverges</groupId>
<artifactId>expect4j</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cverges/expect4j/
implementation 'com.github.cverges:expect4j:1.7'
// https://jarcasting.com/artifacts/com.github.cverges/expect4j/
implementation ("com.github.cverges:expect4j:1.7")
'com.github.cverges:expect4j:jar:1.7'
<dependency org="com.github.cverges" name="expect4j" rev="1.7">
<artifact name="expect4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cverges', module='expect4j', version='1.7')
)
libraryDependencies += "com.github.cverges" % "expect4j" % "1.7"
[com.github.cverges/expect4j "1.7"]