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