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