| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаcom.checkmarx |
| Идентификатор | Идентификаторcx-client-common |
| Версия | Версияjenkins-CxSDLC-Cx-Client-Common-eitanas1-new-jenkinsfile-99 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.checkmarx/cx-client-common/ -->
<dependency>
<groupId>com.checkmarx</groupId>
<artifactId>cx-client-common</artifactId>
<version>jenkins-CxSDLC-Cx-Client-Common-eitanas1-new-jenkinsfile-99</version>
</dependency>
// https://jarcasting.com/artifacts/com.checkmarx/cx-client-common/
implementation 'com.checkmarx:cx-client-common:jenkins-CxSDLC-Cx-Client-Common-eitanas1-new-jenkinsfile-99'
// https://jarcasting.com/artifacts/com.checkmarx/cx-client-common/
implementation ("com.checkmarx:cx-client-common:jenkins-CxSDLC-Cx-Client-Common-eitanas1-new-jenkinsfile-99")
'com.checkmarx:cx-client-common:jar:jenkins-CxSDLC-Cx-Client-Common-eitanas1-new-jenkinsfile-99'
<dependency org="com.checkmarx" name="cx-client-common" rev="jenkins-CxSDLC-Cx-Client-Common-eitanas1-new-jenkinsfile-99">
<artifact name="cx-client-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.checkmarx', module='cx-client-common', version='jenkins-CxSDLC-Cx-Client-Common-eitanas1-new-jenkinsfile-99')
)
libraryDependencies += "com.checkmarx" % "cx-client-common" % "jenkins-CxSDLC-Cx-Client-Common-eitanas1-new-jenkinsfile-99"
[com.checkmarx/cx-client-common "jenkins-CxSDLC-Cx-Client-Common-eitanas1-new-jenkinsfile-99"]