Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.checkmarx |
ArtifactId | ArtifactIdcx-client-common |
Version | Version8.80.3 |
Type | Typejar |
Filename | Size |
---|---|
cx-client-common-8.80.3.pom | |
cx-client-common-8.80.3.jar | 139 KB |
cx-client-common-8.80.3-sources.jar | 83 KB |
cx-client-common-8.80.3-javadoc.jar | 498 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.checkmarx/cx-client-common/ -->
<dependency>
<groupId>com.checkmarx</groupId>
<artifactId>cx-client-common</artifactId>
<version>8.80.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.checkmarx/cx-client-common/
implementation 'com.checkmarx:cx-client-common:8.80.3'
// https://jarcasting.com/artifacts/com.checkmarx/cx-client-common/
implementation ("com.checkmarx:cx-client-common:8.80.3")
'com.checkmarx:cx-client-common:jar:8.80.3'
<dependency org="com.checkmarx" name="cx-client-common" rev="8.80.3">
<artifact name="cx-client-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.checkmarx', module='cx-client-common', version='8.80.3')
)
libraryDependencies += "com.checkmarx" % "cx-client-common" % "8.80.3"
[com.checkmarx/cx-client-common "8.80.3"]