Categories |
CategoriesIDE Development Tools config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.checkmarx |
ArtifactId | ArtifactIdcx-config-provider |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
cx-config-provider-1.0.2.pom | |
cx-config-provider-1.0.2.jar | 33 KB |
cx-config-provider-1.0.2-sources.jar | 20 KB |
cx-config-provider-1.0.2-javadoc.jar | 155 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.checkmarx/cx-config-provider/ -->
<dependency>
<groupId>com.checkmarx</groupId>
<artifactId>cx-config-provider</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.checkmarx/cx-config-provider/
implementation 'com.checkmarx:cx-config-provider:1.0.2'
// https://jarcasting.com/artifacts/com.checkmarx/cx-config-provider/
implementation ("com.checkmarx:cx-config-provider:1.0.2")
'com.checkmarx:cx-config-provider:jar:1.0.2'
<dependency org="com.checkmarx" name="cx-config-provider" rev="1.0.2">
<artifact name="cx-config-provider" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.checkmarx', module='cx-config-provider', version='1.0.2')
)
libraryDependencies += "com.checkmarx" % "cx-config-provider" % "1.0.2"
[com.checkmarx/cx-config-provider "1.0.2"]