文件名 | 操作 |
---|---|
spring-cloud-function-parent-3.0.12.RELEASE.pom | 下载 |
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-parent</artifactId>
<version>3.0.12.RELEASE</version>
<type>pom</type>
</dependency>
implementation 'org.springframework.cloud:spring-cloud-function-parent:3.0.12.RELEASE'
implementation("org.springframework.cloud:spring-cloud-function-parent:3.0.12.RELEASE")
libraryDependencies += "org.springframework.cloud" % "spring-cloud-function-parent" % "3.0.12.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-function-parent', version='3.0.12.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-function-parent" rev="3.0.12.RELEASE" />