MVN

com.github.privaliatech : gingerspec-starter

Maven & Gradle

Jan 07, 2023
3 stars

Archetype - gingerspec-starter · A maven archetype for creating new automation projects based on gingerspec library.

<dependency>
    <groupId>com.github.privaliatech</groupId>
    <artifactId>gingerspec-starter</artifactId>
    <version>1.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.privaliatech : gingerspec-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.21
  • Latest Release Candidate: 1.15-RC2

All Versions

Choose a version of com.github.privaliatech : gingerspec-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.21
gingerspec-starter-1.21
1.20
gingerspec-starter-1.20
1.19
gingerspec-starter-1.19
1.18
gingerspec-starter-1.18
1.17
gingerspec-starter-1.17
1.16
gingerspec-starter-1.16
1.15
gingerspec-starter-1.15
gingerspec-starter-1.15-RC2
gingerspec-starter-1.15-RC1
1.14
gingerspec-starter-1.14
1.13
gingerspec-starter-1.13
1.12
gingerspec-starter-1.12
1.11
gingerspec-starter-1.11
1.10
gingerspec-starter-1.10
1.9
gingerspec-starter-1.9
1.8
gingerspec-starter-1.8
1.7
gingerspec-starter-1.7
1.6
gingerspec-starter-1.6
1.5
gingerspec-starter-1.5
1.4
gingerspec-starter-1.4
1.3
gingerspec-starter-1.3
gingerspec-starter-1.3-RC4
gingerspec-starter-1.3-RC2
gingerspec-starter-1.3-RC1
1.2
gingerspec-starter-1.2
gingerspec-starter-1.2-RC1
1.1
gingerspec-starter-1.1
gingerspec-starter-1.1-RC3
1.0
gingerspec-starter-1.0

How to add a dependency to Maven

Add the following com.github.privaliatech : gingerspec-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.privaliatech</groupId>
    <artifactId>gingerspec-starter</artifactId>
    <version>1.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.privaliatech : gingerspec-starter gradle dependency to your build.gradle file:

implementation 'com.github.privaliatech:gingerspec-starter:1.21'

Gradle Kotlin DSL: Add the following com.github.privaliatech : gingerspec-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.privaliatech:gingerspec-starter:1.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.privaliatech : gingerspec-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.privaliatech" % "gingerspec-starter" % "1.21"

Advertisement