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