is not current version
Last Version 1.18

com.github.privaliatech:gingerspec-starter 1.2-RC1

A maven archetype for creating new automation projects based on gingerspec library.

GroupId

GroupId

com.github.privaliatech
ArtifactId

ArtifactId

gingerspec-starter
Version

Version

1.2-RC1
Type

Type

jar

Download gingerspec-starter 1.2-RC1


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