File | Operation |
---|---|
spring-cloud-function-parent-3.0.9.RELEASE.pom | download |
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-parent</artifactId>
<version>3.0.9.RELEASE</version>
<type>pom</type>
</dependency>
implementation("org.springframework.cloud:spring-cloud-function-parent:3.0.9.RELEASE")
libraryDependencies += "org.springframework.cloud" % "spring-cloud-function-parent" % "3.0.9.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-function-parent', version='3.0.9.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-function-parent" rev="3.0.9.RELEASE" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-build</artifactId> <version>2.3.1.RELEASE</version> </parent>