org.springframework.stereotype maven

org.springframework.stereotype maven

In my maven application its not able to find the package org.springframework.stereotype. What should be the entry in the pom.xml file?

Thanks

View Answers

August 2, 2014 at 2:25 PM

Hi,

you should add the spring-context in your pom.xml file. Here is an example:

<dependency>
     <groupId>org.springframework</groupId>
     <artifactId>spring-context</artifactId>
     <version>3.2.0.RELEASE</version>
</dependency>

Thanks









Related Tutorials/Questions & Answers:
org.springframework.stereotype maven
org.springframework.stereotype maven  In my maven application its not able to find the package org.springframework.stereotype. What should be the entry in the pom.xml file? Thanks   Hi, you should add the spring
Maven - Maven
Maven  I am new to maven tool.i don't know anything abt that? plesae explain me about maven   Hi mamatha, Maven is a high-level... software foundation group. Maven deals with application development lifecycle
Advertisements
Artifacts of maven
List of Artifacts of maven maven depenency
Version of maven>maven dependency
List of Version of maven>maven dependency
Maven Repository/Dependency: maven | maven
Maven Repository/Dependency of Group ID maven and Artifact ID maven. Latest version of maven:maven dependencies. # Version... 02 Aug 2005 You can read more at: Maven Tutorials
Maven Dependency maven >> 1.0
You should include the dependency code given in this page to add Maven Dependency of maven >> maven version1.0 in your project
Maven Dependency maven >> 1.0.1
You should include the dependency code given in this page to add Maven Dependency of maven >> maven version1.0.1 in your project
Maven Dependency maven >> 1.0.2
You should include the dependency code given in this page to add Maven Dependency of maven >> maven version1.0.2 in your project
Maven Dependency maven >> 1.0-beta-10
You should include the dependency code given in this page to add Maven Dependency of maven >> maven version1.0-beta-10 in your project
Maven Dependency maven >> 1.0-beta-5
You should include the dependency code given in this page to add Maven Dependency of maven >> maven version1.0-beta-5 in your project
Maven Dependency maven >> 1.0-beta-6
You should include the dependency code given in this page to add Maven Dependency of maven >> maven version1.0-beta-6 in your project
Maven Dependency maven >> 1.0-beta-7
You should include the dependency code given in this page to add Maven Dependency of maven >> maven version1.0-beta-7 in your project
Maven Dependency maven >> 1.0-beta-8
You should include the dependency code given in this page to add Maven Dependency of maven >> maven version1.0-beta-8 in your project
Maven Dependency maven >> 1.0-beta-8.20021007.010812
You should include the dependency code given in this page to add Maven Dependency of maven >> maven version1.0-beta-8.20021007.010812 in your project
Maven Dependency maven >> 1.0-beta-8.20030202.153444
You should include the dependency code given in this page to add Maven Dependency of maven >> maven version1.0-beta-8.20030202.153444 in your project
Maven Dependency maven >> 1.0-beta-8.20030202.153715
You should include the dependency code given in this page to add Maven Dependency of maven >> maven version1.0-beta-8.20030202.153715 in your project
Maven Dependency maven >> 1.0-beta-8.20030202.153859
You should include the dependency code given in this page to add Maven Dependency of maven >> maven version1.0-beta-8.20030202.153859 in your project
Maven Dependency maven >> 1.0-rc1
You should include the dependency code given in this page to add Maven Dependency of maven >> maven version1.0-rc1 in your project
Maven Dependency maven >> 1.0-rc2
You should include the dependency code given in this page to add Maven Dependency of maven >> maven version1.0-rc2 in your project
Maven Dependency maven >> 1.0-rc3
You should include the dependency code given in this page to add Maven Dependency of maven >> maven version1.0-rc3 in your project
Maven Dependency maven >> 1.0-rc4
You should include the dependency code given in this page to add Maven Dependency of maven >> maven version1.0-rc4 in your project
Maven Dependency maven >> 1.1
You should include the dependency code given in this page to add Maven Dependency of maven >> maven version1.1 in your project
Maven Dependency maven >> 1.1-beta-1
You should include the dependency code given in this page to add Maven Dependency of maven >> maven version1.1-beta-1 in your project
Maven Dependency maven >> 1.1-beta-2
You should include the dependency code given in this page to add Maven Dependency of maven >> maven version1.1-beta-2 in your project
Maven Dependency maven >> 1.1-beta-3
You should include the dependency code given in this page to add Maven Dependency of maven >> maven version1.1-beta-3 in your project
Maven Dependency maven >> 1.1-RC1
You should include the dependency code given in this page to add Maven Dependency of maven >> maven version1.1-RC1 in your project
Maven Dependency maven >> 20030211.132709
You should include the dependency code given in this page to add Maven Dependency of maven >> maven version20030211.132709 in your project
Version of maven>maven-component dependency
List of Version of maven>maven-component dependency
Version of maven>maven-it-support dependency
List of Version of maven>maven-it-support dependency
Version of maven>maven-model dependency
List of Version of maven>maven-model dependency
Maven Jobss Plugin - Maven
Maven Jobss Plugin  How to deploy your application using maven tool.... So, to make the things simple we used jboss-maven-plugin to deploy... org.codehaus.mojo jboss-maven-plugin  Hi, I was working on a project where
Maven 2 - Maven
Maven 2   Hi, I m new to Maven 2 and in process to implement Maven2. I have browse in the net and got my Maven 2 installed but now I m facing few concerns on creating a small project. Please help me in this regard Thanks
Maven Repository/Dependency: maven | maven-component
Maven Repository/Dependency of Group ID maven and Artifact ID maven-component. Latest version of maven:maven-component dependencies. # Version Release Date You can read more at: Maven
Maven Repository/Dependency: maven | maven-it-support
Maven Repository/Dependency of Group ID maven and Artifact ID maven-it-support. Latest version of maven:maven-it-support dependencies... at: Maven Tutorials What is Apache Maven? How to create Maven Web
Maven Repository/Dependency: maven | maven-model
Maven Repository/Dependency of Group ID maven and Artifact ID maven-model. Latest version of maven:maven-model dependencies. # Version... You can read more at: Maven Tutorials What
Maven Dependency maven-component >> 2.0-SNAPSHOT
You should include the dependency code given in this page to add Maven Dependency of maven >> maven-component version2.0-SNAPSHOT in your project
Maven Dependency maven-it-support >> 1.0
You should include the dependency code given in this page to add Maven Dependency of maven >> maven-it-support version1.0 in your project
Maven Dependency maven-model >> 3.0.0
You should include the dependency code given in this page to add Maven Dependency of maven >> maven-model version3.0.0 in your project
Maven Dependency maven-model >> 3.0.1
You should include the dependency code given in this page to add Maven Dependency of maven >> maven-model version3.0.1 in your project
Maven Dependency maven-model >> 3.0.2
You should include the dependency code given in this page to add Maven Dependency of maven >> maven-model version3.0.2 in your project
Maven Exclusion - Maven
Maven Exclusion  While doing a project I was encountered a problem... jsf-api-1.2_06.jar jsf-impl-1.2_06.jar Here is the full code of maven-war plugin maven-war-plugin 2.0.2 **/jdbc.properties   Hello,My problem
Artifacts of cactus-maven
List of Artifacts of cactus-maven maven depenency
Artifacts of maven-clover-plugin
List of Artifacts of maven-clover-plugin maven depenency
Artifacts of maven-dashboard-plugin
List of Artifacts of maven-dashboard-plugin maven depenency
Artifacts of maven-taglib
List of Artifacts of maven-taglib maven depenency
Artifacts of maven-nbm-plugin
List of Artifacts of maven-nbm-plugin maven depenency
Artifacts of booter-maven-plugin
List of Artifacts of booter-maven-plugin maven depenency
Artifacts of picodocs-maven-plugin
List of Artifacts of picodocs-maven-plugin maven depenency
Artifacts of maven-cruisecontrol-plugin
List of Artifacts of maven-cruisecontrol-plugin maven depenency
Artifacts of maven-ear-plugin
List of Artifacts of maven-ear-plugin maven depenency

Ads