MVN

com.peachapisecurity : tg-junit4

Maven & Gradle

Apr 13, 2019

Peach API Security JUnit4 Integration

<dependency>
    <groupId>com.peachapisecurity</groupId>
    <artifactId>tg-junit4</artifactId>
    <version>1.5.41</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.peachapisecurity : tg-junit4 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.41

All Versions

Choose a version of com.peachapisecurity : tg-junit4 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
tg-junit4-1.5.41
tg-junit4-1.5.40
tg-junit4-1.5.39
tg-junit4-1.5.38
tg-junit4-1.5.37
tg-junit4-1.5.34
tg-junit4-1.5.33
tg-junit4-1.5.32
tg-junit4-1.5.31
tg-junit4-1.5.30
tg-junit4-1.5.28
tg-junit4-1.5.26
tg-junit4-1.5.25
tg-junit4-1.5.24
tg-junit4-1.5.23
tg-junit4-1.5.21
tg-junit4-1.5.20
tg-junit4-1.5.17
tg-junit4-1.5.15
tg-junit4-1.5.14
tg-junit4-1.5.12
tg-junit4-1.5.11
tg-junit4-1.5.10
tg-junit4-1.5.9
1.4.x
tg-junit4-1.4.49
tg-junit4-1.4.47
tg-junit4-1.4.45
tg-junit4-1.4.44
tg-junit4-1.4.43
tg-junit4-1.4.42
tg-junit4-1.4.41
tg-junit4-1.4.39
tg-junit4-1.4.38
tg-junit4-1.4.37
tg-junit4-1.4.34
tg-junit4-1.4.33
tg-junit4-1.4.32
tg-junit4-1.4.31
tg-junit4-1.4.30
tg-junit4-1.4.29
tg-junit4-1.4.28
tg-junit4-1.4.25
tg-junit4-1.4.24
tg-junit4-1.4.23
tg-junit4-1.4.20
tg-junit4-1.4.19
tg-junit4-1.4.17
tg-junit4-1.4.14
tg-junit4-1.4.13
tg-junit4-1.4.12
tg-junit4-1.4.10
1.3.x
tg-junit4-1.3.27
tg-junit4-1.3.26
tg-junit4-1.3.22
tg-junit4-1.3.17
tg-junit4-1.3.16
0.0.x
tg-junit4-0.0.1
tg-junit4-0.0.0-SNAP
tg-junit4-0.0.0

How to add a dependency to Maven

Add the following com.peachapisecurity : tg-junit4 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.peachapisecurity</groupId>
    <artifactId>tg-junit4</artifactId>
    <version>1.5.41</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.peachapisecurity : tg-junit4 gradle dependency to your build.gradle file:

implementation 'com.peachapisecurity:tg-junit4:1.5.41'

Gradle Kotlin DSL: Add the following com.peachapisecurity : tg-junit4 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.peachapisecurity:tg-junit4:1.5.41")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.peachapisecurity : tg-junit4 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.peachapisecurity" % "tg-junit4" % "1.5.41"

Advertisement