码迷,mamicode.com
首页 > 其他好文 > 详细

maven 建立ssh项目

时间:2016-02-01 18:36:52      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:

一、新建maven项目,配置ssh框架pom的最低支持

1、新建一个maven项目 

 

依赖于org.springframework/spring-beans/4.1.5.RELEASE 的jar包

GroupIdArtifactIdVersionScope描述
org.springframework spring-context 4.1.5.RELEASE compile Spring Context
org.springframework spring-test 4.1.5.RELEASE compile Spring TestContext Framework
org.springframework spring-web 4.1.5.RELEASE compile Spring Web
org.springframework spring-webmvc 4.1.5.RELEASE compile Spring Web MVC
org.springframework spring-aop 4.1.5.RELEASE compile Spring AOP
org.springframework spring-jdbc 4.1.5.RELEASE compile Spring JDBC
org.springframework spring-tx 4.1.5.RELEASE compile Spring Transaction
org.springframework spring-orm 4.1.5.RELEASE compile Spring Object/Relational Mapping
org.springframework spring-context-support 4.1.5.RELEASE compile Spring Context Support
org.springframework spring-aspects 4.1.5.RELEASE compile Spring Aspects
org.springframework spring-jms 4.1.5.RELEASE compile Spring JMS
org.springframework spring-oxm 4.1.5.RELEASE compile Spring Object/XML Marshalling
org.springframework spring-webmvc-portlet 4.1.5.RELEASE compile Spring Web Portlet
org.grails grails-core 3.0.0.M2 runtime Grails Web Application Framework
org.grails grails-datastore-core 4.0.0.M3 compile GORM - Grails Data Access Framework
org.grails grails-datastore-core 4.0.0.M4 compile GORM - Grails Data Access Framework
org.grails grails-core 3.0.0.RC2 compile Grails Web Application Framework
org.grails grails-core 2.5.0 compile Grails Web Application Framework

 

http://mvnrepository.com/tags/spring

 

maven 建立ssh项目

标签:

原文地址:http://www.cnblogs.com/youxin/p/5175553.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!