не последняя версия
Последняя версия 3.2.6

org.springframework.cloud:spring-cloud-function-parent 3.0.3.RELEASE

Spring Cloud parent pom, managing plugins and dependencies for Spring Cloud projects

Группа

Группа

org.springframework.cloud
Идентификатор

Идентификатор

spring-cloud-function-parent
Версия

Версия

3.0.3.RELEASE
Тип

Тип

pom

Скачать spring-cloud-function-parent 3.0.3.RELEASE

Имя Файла Размер
spring-cloud-function-parent-3.0.3.RELEASE.pom 4 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-function-parent/ -->
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-function-parent</artifactId>
    <version>3.0.3.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-function-parent/
implementation 'org.springframework.cloud:spring-cloud-function-parent:3.0.3.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-function-parent/
implementation ("org.springframework.cloud:spring-cloud-function-parent:3.0.3.RELEASE")
'org.springframework.cloud:spring-cloud-function-parent:pom:3.0.3.RELEASE'
<dependency org="org.springframework.cloud" name="spring-cloud-function-parent" rev="3.0.3.RELEASE">
  <artifact name="spring-cloud-function-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-function-parent', version='3.0.3.RELEASE')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-function-parent" % "3.0.3.RELEASE"
[org.springframework.cloud/spring-cloud-function-parent "3.0.3.RELEASE"]