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