GroupId | GroupIdcom.synopsys.integration |
---|---|
ArtifactId | ArtifactIdcoverity-common |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
coverity-common-0.2.1.pom | |
coverity-common-0.2.1.jar | 296 KB |
coverity-common-0.2.1-sources.jar | 432 KB |
coverity-common-0.2.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.synopsys.integration/coverity-common/ -->
<dependency>
<groupId>com.synopsys.integration</groupId>
<artifactId>coverity-common</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.synopsys.integration/coverity-common/
implementation 'com.synopsys.integration:coverity-common:0.2.1'
// https://jarcasting.com/artifacts/com.synopsys.integration/coverity-common/
implementation ("com.synopsys.integration:coverity-common:0.2.1")
'com.synopsys.integration:coverity-common:jar:0.2.1'
<dependency org="com.synopsys.integration" name="coverity-common" rev="0.2.1">
<artifact name="coverity-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.synopsys.integration', module='coverity-common', version='0.2.1')
)
libraryDependencies += "com.synopsys.integration" % "coverity-common" % "0.2.1"
[com.synopsys.integration/coverity-common "0.2.1"]