Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.checkmarx |
ArtifactId | ArtifactIdcx-client-common |
Version | Version2020.3.68 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.checkmarx/cx-client-common/ -->
<dependency>
<groupId>com.checkmarx</groupId>
<artifactId>cx-client-common</artifactId>
<version>2020.3.68</version>
</dependency>
// https://jarcasting.com/artifacts/com.checkmarx/cx-client-common/
implementation 'com.checkmarx:cx-client-common:2020.3.68'
// https://jarcasting.com/artifacts/com.checkmarx/cx-client-common/
implementation ("com.checkmarx:cx-client-common:2020.3.68")
'com.checkmarx:cx-client-common:jar:2020.3.68'
<dependency org="com.checkmarx" name="cx-client-common" rev="2020.3.68">
<artifact name="cx-client-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.checkmarx', module='cx-client-common', version='2020.3.68')
)
libraryDependencies += "com.checkmarx" % "cx-client-common" % "2020.3.68"
[com.checkmarx/cx-client-common "2020.3.68"]