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