Categories |
CategoriesIDE Development Tools JUnit Unit Testing Auto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.automation-remarks |
ArtifactId | ArtifactIdvideo-recorder-junit |
Version | Version1.6 |
Type | Typejar |
Filename | Size |
---|---|
video-recorder-junit-1.6.pom | |
video-recorder-junit-1.6.jar | 4 KB |
video-recorder-junit-1.6-sources.jar | 1 KB |
video-recorder-junit-1.6-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.automation-remarks/video-recorder-junit/ -->
<dependency>
<groupId>com.automation-remarks</groupId>
<artifactId>video-recorder-junit</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.automation-remarks/video-recorder-junit/
implementation 'com.automation-remarks:video-recorder-junit:1.6'
// https://jarcasting.com/artifacts/com.automation-remarks/video-recorder-junit/
implementation ("com.automation-remarks:video-recorder-junit:1.6")
'com.automation-remarks:video-recorder-junit:jar:1.6'
<dependency org="com.automation-remarks" name="video-recorder-junit" rev="1.6">
<artifact name="video-recorder-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.automation-remarks', module='video-recorder-junit', version='1.6')
)
libraryDependencies += "com.automation-remarks" % "video-recorder-junit" % "1.6"
[com.automation-remarks/video-recorder-junit "1.6"]