Maven Dependency ejc >> 3.0M8

In this page we are giving Maven Dependency of eclipse >> ejc version3.0M8

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of eclipse >> ejc version3.0M8 in your project.

In this page we are going to discuss about ejc version 3.0M8 maven dependencies. Maven tool is project management tool which you use to manage your project and easily use ejc version 3.0M8 dependency by just including the code discussed here in pom.xml file of your Maven project.

Maven dependency automatically download dependent library of ejc version 3.0M8 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 ejc version 3.0M8

Maven dependency of ejc version 3.0M8:

<dependency>
	<groupId>eclipse</groupId>
	<artifactId>ejc</artifactId>
	<version>3.0M8</version>
</dependency>

Gradle Dependency of ejc version 3.0M8

compile group: 'eclipse', name: 'ejc', version: '3.0M8'

SBT Dependency of ejc version 3.0M8

libraryDependencies += "eclipse" % "ejc" % "3.0M8"

Ivy Dependency of ejc version 3.0M8

<dependency org="eclipse" name="ejc" rev="3.0M8"/>

Grape Dependency of ejc version 3.0M8

@Grapes(
    @Grab(group='eclipse', module='ejc', version='3.0M8')
)

Leiningen Dependency of ejc version 3.0M8

[eclipse/ejc "3.0M8"]

Buildr Dependency of ejc version 3.0M8

'eclipse:ejc:jar:3.0M8'

Advertisements

Ads