MVN

com.github.obase : spring-parent

Maven & Gradle

Nov 16, 2016
4 stars

技术支撑:Spring4.2.8+/JDK7+/JavaEE6/Servlet3.0+/JSP2.2+. 具体参见:http://www.oracle.com/webfolder/technetwork/jsc/xml/ns/javaee/index.html#6

<dependency>
    <groupId>com.github.obase</groupId>
    <artifactId>spring-parent</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.obase : spring-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.github.obase : spring-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
spring-parent-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.obase</groupId>
    <artifactId>spring-parent</artifactId>
    <version>1.0.0</version>
</dependency>

Advertisement