Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.code-spotter |
ArtifactId | ArtifactIdcodespotter-maven-plugin |
Version | Version1.3.611 |
Type | Typejar |
Filename | Size |
---|---|
codespotter-maven-plugin-1.3.611.pom | |
codespotter-maven-plugin-1.3.611.jar | 2 KB |
codespotter-maven-plugin-1.3.611-sources.jar | 323 bytes |
codespotter-maven-plugin-1.3.611-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.611</version>
</dependency>
// https://jarcasting.com/artifacts/com.code-spotter/codespotter-maven-plugin/
implementation 'com.code-spotter:codespotter-maven-plugin:1.3.611'
// https://jarcasting.com/artifacts/com.code-spotter/codespotter-maven-plugin/
implementation ("com.code-spotter:codespotter-maven-plugin:1.3.611")
'com.code-spotter:codespotter-maven-plugin:jar:1.3.611'
<dependency org="com.code-spotter" name="codespotter-maven-plugin" rev="1.3.611">
<artifact name="codespotter-maven-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.code-spotter', module='codespotter-maven-plugin', version='1.3.611')
)
libraryDependencies += "com.code-spotter" % "codespotter-maven-plugin" % "1.3.611"
[com.code-spotter/codespotter-maven-plugin "1.3.611"]