| Categories |
CategoriesSpring Boot Container Microservices |
|---|---|
| GroupId | GroupIdcom.github.checkmarx-ltd |
| ArtifactId | ArtifactIdcxgo-spring-boot-sdk |
| Version | Version0.1.39 |
| Type | Typejar |
| Filename | Size |
|---|---|
| cxgo-spring-boot-sdk-0.1.39.pom | |
| cxgo-spring-boot-sdk-0.1.39.jar | 215 KB |
| cxgo-spring-boot-sdk-0.1.39-sources.jar | 102 KB |
| cxgo-spring-boot-sdk-0.1.39-javadoc.jar | 871 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.checkmarx-ltd/cxgo-spring-boot-sdk/ -->
<dependency>
<groupId>com.github.checkmarx-ltd</groupId>
<artifactId>cxgo-spring-boot-sdk</artifactId>
<version>0.1.39</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.checkmarx-ltd/cxgo-spring-boot-sdk/
implementation 'com.github.checkmarx-ltd:cxgo-spring-boot-sdk:0.1.39'
// https://jarcasting.com/artifacts/com.github.checkmarx-ltd/cxgo-spring-boot-sdk/
implementation ("com.github.checkmarx-ltd:cxgo-spring-boot-sdk:0.1.39")
'com.github.checkmarx-ltd:cxgo-spring-boot-sdk:jar:0.1.39'
<dependency org="com.github.checkmarx-ltd" name="cxgo-spring-boot-sdk" rev="0.1.39">
<artifact name="cxgo-spring-boot-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.checkmarx-ltd', module='cxgo-spring-boot-sdk', version='0.1.39')
)
libraryDependencies += "com.github.checkmarx-ltd" % "cxgo-spring-boot-sdk" % "0.1.39"
[com.github.checkmarx-ltd/cxgo-spring-boot-sdk "0.1.39"]