Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.qaprosoft |
ArtifactId | ArtifactIdzafira-client |
Version | Version3.0.41 |
Type | Typejar |
Filename | Size |
---|---|
zafira-client-3.0.41.pom | |
zafira-client-3.0.41.jar | 47 KB |
zafira-client-3.0.41-sources.jar | 26 KB |
zafira-client-3.0.41-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.41</version>
</dependency>
// https://jarcasting.com/artifacts/com.qaprosoft/zafira-client/
implementation 'com.qaprosoft:zafira-client:3.0.41'
// https://jarcasting.com/artifacts/com.qaprosoft/zafira-client/
implementation ("com.qaprosoft:zafira-client:3.0.41")
'com.qaprosoft:zafira-client:jar:3.0.41'
<dependency org="com.qaprosoft" name="zafira-client" rev="3.0.41">
<artifact name="zafira-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.qaprosoft', module='zafira-client', version='3.0.41')
)
libraryDependencies += "com.qaprosoft" % "zafira-client" % "3.0.41"
[com.qaprosoft/zafira-client "3.0.41"]