In this page we are giving Maven Dependency of commons-email >> commons-email version20030310.165926
You should include the dependency code given in this page to add Maven Dependency of commons-email >> commons-email version20030310.165926 in your project.
In this page we are going to discuss about commons-email version 20030310.165926 maven dependencies. Maven tool is project management tool which you use to manage your project and easily use commons-email version 20030310.165926 dependency by just including the code discussed here in pom.xml file of your Maven project.
Maven dependency automatically download dependent library of commons-email version 20030310.165926 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 commons-email version 20030310.165926:
<dependency> <groupId>commons-email</groupId> <artifactId>commons-email</artifactId> <version>20030310.165926</version> </dependency>
Gradle Dependency of commons-email version 20030310.165926
compile group: 'commons-email', name: 'commons-email', version: '20030310.165926'
SBT Dependency of commons-email version 20030310.165926
libraryDependencies += "commons-email" % "commons-email" % "20030310.165926"
Ivy Dependency of commons-email version 20030310.165926
<dependency org="commons-email" name="commons-email" rev="20030310.165926"/>
Grape Dependency of commons-email version 20030310.165926
@Grapes( @Grab(group='commons-email', module='commons-email', version='20030310.165926') )
Leiningen Dependency of commons-email version 20030310.165926
[commons-email/commons-email "20030310.165926"]
Buildr Dependency of commons-email version 20030310.165926
'commons-email:commons-email:jar:20030310.165926'
Advertisements