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