| Categories |
CategoriesJUnit Unit Testing Security |
|---|---|
| GroupId | GroupIdcom.peachapisecurity |
| ArtifactId | ArtifactIdtg-junit4 |
| Version | Version1.5.32 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tg-junit4-1.5.32.pom | |
| tg-junit4-1.5.32.jar | 18 KB |
| tg-junit4-1.5.32-sources.jar | 11 KB |
| tg-junit4-1.5.32-javadoc.jar | 74 KB |
| tg-junit4-1.5.32-jar-with-dependencies.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.peachapisecurity/tg-junit4/ -->
<dependency>
<groupId>com.peachapisecurity</groupId>
<artifactId>tg-junit4</artifactId>
<version>1.5.32</version>
</dependency>
// https://jarcasting.com/artifacts/com.peachapisecurity/tg-junit4/
implementation 'com.peachapisecurity:tg-junit4:1.5.32'
// https://jarcasting.com/artifacts/com.peachapisecurity/tg-junit4/
implementation ("com.peachapisecurity:tg-junit4:1.5.32")
'com.peachapisecurity:tg-junit4:jar:1.5.32'
<dependency org="com.peachapisecurity" name="tg-junit4" rev="1.5.32">
<artifact name="tg-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.peachapisecurity', module='tg-junit4', version='1.5.32')
)
libraryDependencies += "com.peachapisecurity" % "tg-junit4" % "1.5.32"
[com.peachapisecurity/tg-junit4 "1.5.32"]