In this page we are giving Maven Dependency of com.code-spotter >> codespotter-maven-plugin version1.0.1073
You should include the dependency code given in this page to add Maven Dependency of com.code-spotter >> codespotter-maven-plugin version1.0.1073 in your project.
In this page we are going to discuss about codespotter-maven-plugin version 1.0.1073 maven dependencies. Maven tool is project management tool which you use to manage your project and easily use codespotter-maven-plugin version 1.0.1073 dependency by just including the code discussed here in pom.xml file of your Maven project.
Maven dependency automatically download dependent library of codespotter-maven-plugin version 1.0.1073 and include the necessary jar files in the project.
Code given here should be included inside <dependencies> ...... </dependencies> tag in the Maven configuration file pom.xml.
We also explained you dependency code of different build system like Gradle Dependency, SBT Dependency, Ivy Dependency, Grape Dependency etc...

Maven dependency of codespotter-maven-plugin version 1.0.1073:
<dependency> <groupId>com.code-spotter</groupId> <artifactId>codespotter-maven-plugin</artifactId> <version>1.0.1073</version> </dependency>
Gradle Dependency of codespotter-maven-plugin version 1.0.1073
compile group: 'com.code-spotter', name: 'codespotter-maven-plugin', version: '1.0.1073'
SBT Dependency of codespotter-maven-plugin version 1.0.1073
libraryDependencies += "com.code-spotter" % "codespotter-maven-plugin" % "1.0.1073"
Ivy Dependency of codespotter-maven-plugin version 1.0.1073
<dependency org="com.code-spotter" name="codespotter-maven-plugin" rev="1.0.1073"/>
Grape Dependency of codespotter-maven-plugin version 1.0.1073
@Grapes(
@Grab(group='com.code-spotter', module='codespotter-maven-plugin', version='1.0.1073')
)
Leiningen Dependency of codespotter-maven-plugin version 1.0.1073
[com.code-spotter/codespotter-maven-plugin "1.0.1073"]
Buildr Dependency of codespotter-maven-plugin version 1.0.1073
'com.code-spotter:codespotter-maven-plugin:jar:1.0.1073'
Advertisements