is not current version
Last Version 1.1.1

com.github.vendigo:ace-test 1.0.1

Solution for quick writing End-to-End cucumber tests

GroupId

GroupId

com.github.vendigo
ArtifactId

ArtifactId

ace-test
Version

Version

1.0.1
Type

Type

jar

Download ace-test 1.0.1


<!-- https://jarcasting.com/artifacts/com.github.vendigo/ace-test/ -->
<dependency>
    <groupId>com.github.vendigo</groupId>
    <artifactId>ace-test</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vendigo/ace-test/
implementation 'com.github.vendigo:ace-test:1.0.1'
// https://jarcasting.com/artifacts/com.github.vendigo/ace-test/
implementation ("com.github.vendigo:ace-test:1.0.1")
'com.github.vendigo:ace-test:jar:1.0.1'
<dependency org="com.github.vendigo" name="ace-test" rev="1.0.1">
  <artifact name="ace-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vendigo', module='ace-test', version='1.0.1')
)
libraryDependencies += "com.github.vendigo" % "ace-test" % "1.0.1"
[com.github.vendigo/ace-test "1.0.1"]