| Категории |
КатегорииIDE Инструменты разработки JUnit Тестирование компонентов Auto Библиотеки уровня приложения Code Generators |
|---|---|
| Группа | Группаcom.automation-remarks |
| Идентификатор | Идентификаторvideo-recorder-junit5 |
| Версия | Версия1.7 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| video-recorder-junit5-1.7.pom | |
| video-recorder-junit5-1.7.jar | 3 KB |
| video-recorder-junit5-1.7-sources.jar | 2 KB |
| video-recorder-junit5-1.7-javadoc.jar | 21 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.automation-remarks/video-recorder-junit5/ -->
<dependency>
<groupId>com.automation-remarks</groupId>
<artifactId>video-recorder-junit5</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.automation-remarks/video-recorder-junit5/
implementation 'com.automation-remarks:video-recorder-junit5:1.7'
// https://jarcasting.com/artifacts/com.automation-remarks/video-recorder-junit5/
implementation ("com.automation-remarks:video-recorder-junit5:1.7")
'com.automation-remarks:video-recorder-junit5:jar:1.7'
<dependency org="com.automation-remarks" name="video-recorder-junit5" rev="1.7">
<artifact name="video-recorder-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.automation-remarks', module='video-recorder-junit5', version='1.7')
)
libraryDependencies += "com.automation-remarks" % "video-recorder-junit5" % "1.7"
[com.automation-remarks/video-recorder-junit5 "1.7"]