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