In this page we are giving Maven Dependency of com.code-spotter >> codespotter-maven-plugin version1.0.1360
You should include the dependency code given in this page to add Maven Dependency of com.code-spotter >> codespotter-maven-plugin version1.0.1360 in your project.
In this page we are going to discuss about codespotter-maven-plugin version 1.0.1360 maven dependencies. Maven tool is project management tool which you use to manage your project and easily use codespotter-maven-plugin version 1.0.1360 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.1360 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.1360:
<dependency> <groupId>com.code-spotter</groupId> <artifactId>codespotter-maven-plugin</artifactId> <version>1.0.1360</version> </dependency>
Gradle Dependency of codespotter-maven-plugin version 1.0.1360
compile group: 'com.code-spotter', name: 'codespotter-maven-plugin', version: '1.0.1360'
SBT Dependency of codespotter-maven-plugin version 1.0.1360
libraryDependencies += "com.code-spotter" % "codespotter-maven-plugin" % "1.0.1360"
Ivy Dependency of codespotter-maven-plugin version 1.0.1360
<dependency org="com.code-spotter" name="codespotter-maven-plugin" rev="1.0.1360"/>
Grape Dependency of codespotter-maven-plugin version 1.0.1360
@Grapes(
@Grab(group='com.code-spotter', module='codespotter-maven-plugin', version='1.0.1360')
)
Leiningen Dependency of codespotter-maven-plugin version 1.0.1360
[com.code-spotter/codespotter-maven-plugin "1.0.1360"]
Buildr Dependency of codespotter-maven-plugin version 1.0.1360
'com.code-spotter:codespotter-maven-plugin:jar:1.0.1360'
Advertisements