is not current version
Last Version 1.18

com.github.privaliatech:gingerspec-starter 1.15-RC2

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

GroupId

GroupId

com.github.privaliatech
ArtifactId

ArtifactId

gingerspec-starter
Version

Version

1.15-RC2
Type

Type

jar

Download gingerspec-starter 1.15-RC2


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