GroupId | GroupIdcom.synopsys.integration |
---|---|
ArtifactId | ArtifactIdcoverity-common |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
coverity-common-0.1.1.pom | |
coverity-common-0.1.1.jar | 289 KB |
coverity-common-0.1.1-sources.jar | 429 KB |
coverity-common-0.1.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.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.synopsys.integration/coverity-common/
implementation 'com.synopsys.integration:coverity-common:0.1.1'
// https://jarcasting.com/artifacts/com.synopsys.integration/coverity-common/
implementation ("com.synopsys.integration:coverity-common:0.1.1")
'com.synopsys.integration:coverity-common:jar:0.1.1'
<dependency org="com.synopsys.integration" name="coverity-common" rev="0.1.1">
<artifact name="coverity-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.synopsys.integration', module='coverity-common', version='0.1.1')
)
libraryDependencies += "com.synopsys.integration" % "coverity-common" % "0.1.1"
[com.synopsys.integration/coverity-common "0.1.1"]