is not current version
Last Version 1.1.1

com.github.vendigo:ace-test 1.1.0

Solution for quick writing End-to-End cucumber tests

GroupId

GroupId

com.github.vendigo
ArtifactId

ArtifactId

ace-test
Version

Version

1.1.0
Type

Type

jar

Download ace-test 1.1.0


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