spring-parent

spring-parent

Files download
File Operation
spring-parent-1.2.6.pom download
Apache Maven
<dependency>
  <groupId>org.springframework</groupId>
  <artifactId>spring-parent</artifactId>
  <version>1.2.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.springframework:spring-parent:1.2.6'
Gradle Kotlin
implementation("org.springframework:spring-parent:1.2.6")
Scala SBT
libraryDependencies += "org.springframework" % "spring-parent" % "1.2.6"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework', module='spring-parent', version='1.2.6')
)
Apache Ivy
<dependency org="org.springframework" name="spring-parent" rev="1.2.6" />
Leiningen
[org.springframework/spring-parent "1.2.6"]
Apache Buildr
'org.springframework:spring-parent:jar:1.2.6'
Dependencies