| Categories |
CategoriesSpring Boot Container Microservices |
|---|---|
| GroupId | GroupIdcom.github.checkmarx-ts |
| ArtifactId | ArtifactIdcx-spring-boot-sdk |
| Version | Version0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| cx-spring-boot-sdk-0.2.pom | |
| cx-spring-boot-sdk-0.2.jar | 804 KB |
| cx-spring-boot-sdk-0.2-sources.jar | 926 KB |
| cx-spring-boot-sdk-0.2-javadoc.jar | 4 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.checkmarx-ts/cx-spring-boot-sdk/ -->
<dependency>
<groupId>com.github.checkmarx-ts</groupId>
<artifactId>cx-spring-boot-sdk</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.checkmarx-ts/cx-spring-boot-sdk/
implementation 'com.github.checkmarx-ts:cx-spring-boot-sdk:0.2'
// https://jarcasting.com/artifacts/com.github.checkmarx-ts/cx-spring-boot-sdk/
implementation ("com.github.checkmarx-ts:cx-spring-boot-sdk:0.2")
'com.github.checkmarx-ts:cx-spring-boot-sdk:jar:0.2'
<dependency org="com.github.checkmarx-ts" name="cx-spring-boot-sdk" rev="0.2">
<artifact name="cx-spring-boot-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.checkmarx-ts', module='cx-spring-boot-sdk', version='0.2')
)
libraryDependencies += "com.github.checkmarx-ts" % "cx-spring-boot-sdk" % "0.2"
[com.github.checkmarx-ts/cx-spring-boot-sdk "0.2"]