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