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