| Категории |
КатегорииJUnit Тестирование компонентов Безопасность |
|---|---|
| Группа | Группаcom.peachapisecurity |
| Идентификатор | Идентификаторtg-junit4 |
| Версия | Версия1.4.43 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| tg-junit4-1.4.43.pom | |
| tg-junit4-1.4.43.jar | 18 KB |
| tg-junit4-1.4.43-sources.jar | 11 KB |
| tg-junit4-1.4.43-javadoc.jar | 74 KB |
| tg-junit4-1.4.43-jar-with-dependencies.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.peachapisecurity/tg-junit4/ -->
<dependency>
<groupId>com.peachapisecurity</groupId>
<artifactId>tg-junit4</artifactId>
<version>1.4.43</version>
</dependency>
// https://jarcasting.com/artifacts/com.peachapisecurity/tg-junit4/
implementation 'com.peachapisecurity:tg-junit4:1.4.43'
// https://jarcasting.com/artifacts/com.peachapisecurity/tg-junit4/
implementation ("com.peachapisecurity:tg-junit4:1.4.43")
'com.peachapisecurity:tg-junit4:jar:1.4.43'
<dependency org="com.peachapisecurity" name="tg-junit4" rev="1.4.43">
<artifact name="tg-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.peachapisecurity', module='tg-junit4', version='1.4.43')
)
libraryDependencies += "com.peachapisecurity" % "tg-junit4" % "1.4.43"
[com.peachapisecurity/tg-junit4 "1.4.43"]