Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.qaprosoft |
ArtifactId | ArtifactIdzafira-client |
Version | Version3.0.43 |
Type | Typejar |
Filename | Size |
---|---|
zafira-client-3.0.43.pom | |
zafira-client-3.0.43.jar | 50 KB |
zafira-client-3.0.43-sources.jar | 27 KB |
zafira-client-3.0.43-javadoc.jar | 111 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.qaprosoft/zafira-client/ -->
<dependency>
<groupId>com.qaprosoft</groupId>
<artifactId>zafira-client</artifactId>
<version>3.0.43</version>
</dependency>
// https://jarcasting.com/artifacts/com.qaprosoft/zafira-client/
implementation 'com.qaprosoft:zafira-client:3.0.43'
// https://jarcasting.com/artifacts/com.qaprosoft/zafira-client/
implementation ("com.qaprosoft:zafira-client:3.0.43")
'com.qaprosoft:zafira-client:jar:3.0.43'
<dependency org="com.qaprosoft" name="zafira-client" rev="3.0.43">
<artifact name="zafira-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.qaprosoft', module='zafira-client', version='3.0.43')
)
libraryDependencies += "com.qaprosoft" % "zafira-client" % "3.0.43"
[com.qaprosoft/zafira-client "3.0.43"]