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