License |
License
Coverity Software License
|
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.code-spotter |
ArtifactId | ArtifactIdcodespotter-maven-plugin |
Version | Version1.3.615 |
Type | Typejar |
Description |
DescriptionCode Spotter Maven Plugin
Maven plugin for static code analysis with the Code Spotter service
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
codespotter-maven-plugin-1.3.615.pom | |
codespotter-maven-plugin-1.3.615.jar | 2 KB |
codespotter-maven-plugin-1.3.615-sources.jar | 323 bytes |
codespotter-maven-plugin-1.3.615-javadoc.jar | 323 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.code-spotter/codespotter-maven-plugin/ -->
<dependency>
<groupId>com.code-spotter</groupId>
<artifactId>codespotter-maven-plugin</artifactId>
<version>1.3.615</version>
</dependency>
// https://jarcasting.com/artifacts/com.code-spotter/codespotter-maven-plugin/
implementation 'com.code-spotter:codespotter-maven-plugin:1.3.615'
// https://jarcasting.com/artifacts/com.code-spotter/codespotter-maven-plugin/
implementation ("com.code-spotter:codespotter-maven-plugin:1.3.615")
'com.code-spotter:codespotter-maven-plugin:jar:1.3.615'
<dependency org="com.code-spotter" name="codespotter-maven-plugin" rev="1.3.615">
<artifact name="codespotter-maven-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.code-spotter', module='codespotter-maven-plugin', version='1.3.615')
)
libraryDependencies += "com.code-spotter" % "codespotter-maven-plugin" % "1.3.615"
[com.code-spotter/codespotter-maven-plugin "1.3.615"]