Maven Dependency jsp-api >> 2.0-20040521

In this page we are giving Maven Dependency of jspapi >> jsp-api version2.0-20040521

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of jspapi >> jsp-api version2.0-20040521 in your project.

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

Maven dependency automatically download dependent library of jsp-api version 2.0-20040521 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 jsp-api version 2.0-20040521

Maven dependency of jsp-api version 2.0-20040521:

<dependency>
	<groupId>jspapi</groupId>
	<artifactId>jsp-api</artifactId>
	<version>2.0-20040521</version>
</dependency>

Gradle Dependency of jsp-api version 2.0-20040521

compile group: 'jspapi', name: 'jsp-api', version: '2.0-20040521'

SBT Dependency of jsp-api version 2.0-20040521

libraryDependencies += "jspapi" % "jsp-api" % "2.0-20040521"

Ivy Dependency of jsp-api version 2.0-20040521

<dependency org="jspapi" name="jsp-api" rev="2.0-20040521"/>

Grape Dependency of jsp-api version 2.0-20040521

@Grapes(
    @Grab(group='jspapi', module='jsp-api', version='2.0-20040521')
)

Leiningen Dependency of jsp-api version 2.0-20040521

[jspapi/jsp-api "2.0-20040521"]

Buildr Dependency of jsp-api version 2.0-20040521

'jspapi:jsp-api:jar:2.0-20040521'

Advertisements

Ads