MVN

io.stargate.it : testing-services

Maven & Gradle

Aug 21, 2023
1 usages
754 stars

Stargate - Coordinator - Testing services

<dependency>
    <groupId>io.stargate.it</groupId>
    <artifactId>testing-services</artifactId>
    <version>2.0.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.stargate.it : testing-services to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.18
  • Latest Release Candidate: 2.0.0-RC-1
  • Latest Beta: 2.0.0-BETA-5
  • Latest Alpha: 2.1.0-ALPHA-7

All Versions

Choose a version of io.stargate.it : testing-services to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
testing-services-2.1.0-ALPHA-7
testing-services-2.1.0-ALPHA-6
testing-services-2.1.0-ALPHA-5
testing-services-2.1.0-ALPHA-4
testing-services-2.1.0-ALPHA-3
testing-services-2.1.0-ALPHA-2
testing-services-2.1.0-ALPHA-1
2.0.x
testing-services-2.0.18
testing-services-2.0.17
testing-services-2.0.16
testing-services-2.0.15
testing-services-2.0.14
testing-services-2.0.13
testing-services-2.0.12
testing-services-2.0.11
testing-services-2.0.10
testing-services-2.0.9
testing-services-2.0.8
testing-services-2.0.7
testing-services-2.0.6
testing-services-2.0.5
testing-services-2.0.4
testing-services-2.0.3
testing-services-2.0.2
testing-services-2.0.1
testing-services-2.0.0
testing-services-2.0.0-RC-1
testing-services-2.0.0-BETA-5
testing-services-2.0.0-BETA-4
testing-services-2.0.0-BETA-3
testing-services-2.0.0-BETA-2
testing-services-2.0.0-BETA-1
testing-services-2.0.0-ALPHA-17
testing-services-2.0.0-ALPHA-16
testing-services-2.0.0-ALPHA-15
testing-services-2.0.0-ALPHA-14
testing-services-2.0.0-ALPHA-13
testing-services-2.0.0-ALPHA-12
testing-services-2.0.0-ALPHA-11
testing-services-2.0.0-ALPHA-10
testing-services-2.0.0-ALPHA-9
testing-services-2.0.0-ALPHA-8
testing-services-2.0.0-ALPHA-7
testing-services-2.0.0-ALPHA-6
testing-services-2.0.0-ALPHA-5
testing-services-2.0.0-ALPHA-4
testing-services-2.0.0-ALPHA-3
testing-services-2.0.0-ALPHA-2
testing-services-2.0.0-ALPHA-1
1.0.x
testing-services-1.0.77
testing-services-1.0.76
testing-services-1.0.75
testing-services-1.0.74.1
testing-services-1.0.74
testing-services-1.0.73
testing-services-1.0.72
testing-services-1.0.71
testing-services-1.0.70
testing-services-1.0.69
testing-services-1.0.68
testing-services-1.0.67
testing-services-1.0.66
testing-services-1.0.65
testing-services-1.0.64
testing-services-1.0.63
testing-services-1.0.61
testing-services-1.0.60
testing-services-1.0.59
testing-services-1.0.58
testing-services-1.0.57
testing-services-1.0.56
testing-services-1.0.55
testing-services-1.0.54
testing-services-1.0.53
testing-services-1.0.52
testing-services-1.0.51
testing-services-1.0.50
testing-services-1.0.49
testing-services-1.0.48
testing-services-1.0.47
testing-services-1.0.46
testing-services-1.0.45
testing-services-1.0.44
testing-services-1.0.43
testing-services-1.0.42
testing-services-1.0.41
testing-services-1.0.40
testing-services-1.0.39
testing-services-1.0.38
testing-services-1.0.37
testing-services-1.0.36
testing-services-1.0.35
testing-services-1.0.34
testing-services-1.0.33
testing-services-1.0.32
testing-services-1.0.31
testing-services-1.0.30
testing-services-1.0.29
testing-services-1.0.28
testing-services-1.0.27
testing-services-1.0.26
testing-services-1.0.25
testing-services-1.0.24
testing-services-1.0.23
testing-services-1.0.22
testing-services-1.0.21
testing-services-1.0.19
testing-services-1.0.18
testing-services-1.0.17
testing-services-1.0.16
testing-services-1.0.15
testing-services-1.0.14
testing-services-1.0.13
testing-services-1.0.12
testing-services-1.0.11
testing-services-1.0.10
testing-services-1.0.9
testing-services-1.0.8
testing-services-1.0.7

How to add a dependency to Maven

Add the following io.stargate.it : testing-services maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.stargate.it</groupId>
    <artifactId>testing-services</artifactId>
    <version>2.0.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.stargate.it : testing-services gradle dependency to your build.gradle file:

implementation 'io.stargate.it:testing-services:2.0.18'

Gradle Kotlin DSL: Add the following io.stargate.it : testing-services gradle kotlin dependency to your build.gradle.kts file:

implementation("io.stargate.it:testing-services:2.0.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.stargate.it : testing-services sbt scala dependency to your build.sbt file:

libraryDependencies += "io.stargate.it" % "testing-services" % "2.0.18"

Advertisement