spring-parent

spring-parent

Spring Framework Parent
The Apache Software License, Version 2.0
Files download
File Operation
spring-parent-3.1.4.RELEASE.pom download
Apache Maven
<dependency>
  <groupId>org.springframework</groupId>
  <artifactId>spring-parent</artifactId>
  <version>3.1.4.RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.springframework:spring-parent:3.1.4.RELEASE'
Gradle Kotlin
implementation("org.springframework:spring-parent:3.1.4.RELEASE")
Scala SBT
libraryDependencies += "org.springframework" % "spring-parent" % "3.1.4.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework', module='spring-parent', version='3.1.4.RELEASE')
)
Apache Ivy
<dependency org="org.springframework" name="spring-parent" rev="3.1.4.RELEASE" />
Leiningen
[org.springframework/spring-parent "3.1.4.RELEASE"]
Apache Buildr
'org.springframework:spring-parent:jar:3.1.4.RELEASE'
Dependencies
The project has no third-party dependencies