Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdcom.checkmarx.ast |
ArtifactId | ArtifactIdast-cli-java-wrapper |
Version | Version1.0.15 |
Type | Typejar |
Filename | Size |
---|---|
ast-cli-java-wrapper-1.0.15.pom | |
ast-cli-java-wrapper-1.0.15.jar | 12 MB |
ast-cli-java-wrapper-1.0.15-sources.jar | 12 MB |
ast-cli-java-wrapper-1.0.15-javadoc.jar | 507 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.checkmarx.ast/ast-cli-java-wrapper/ -->
<dependency>
<groupId>com.checkmarx.ast</groupId>
<artifactId>ast-cli-java-wrapper</artifactId>
<version>1.0.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.checkmarx.ast/ast-cli-java-wrapper/
implementation 'com.checkmarx.ast:ast-cli-java-wrapper:1.0.15'
// https://jarcasting.com/artifacts/com.checkmarx.ast/ast-cli-java-wrapper/
implementation ("com.checkmarx.ast:ast-cli-java-wrapper:1.0.15")
'com.checkmarx.ast:ast-cli-java-wrapper:jar:1.0.15'
<dependency org="com.checkmarx.ast" name="ast-cli-java-wrapper" rev="1.0.15">
<artifact name="ast-cli-java-wrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.checkmarx.ast', module='ast-cli-java-wrapper', version='1.0.15')
)
libraryDependencies += "com.checkmarx.ast" % "ast-cli-java-wrapper" % "1.0.15"
[com.checkmarx.ast/ast-cli-java-wrapper "1.0.15"]