| Группа | Группаorg.springframework.cloud |
|---|---|
| Идентификатор | Идентификаторspring-cloud-starter-function-web |
| Версия | Версия3.1.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| spring-cloud-starter-function-web-3.1.4.pom | |
| spring-cloud-starter-function-web-3.1.4.jar | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-function-web/ -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-function-web</artifactId>
<version>3.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-function-web/
implementation 'org.springframework.cloud:spring-cloud-starter-function-web:3.1.4'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-function-web/
implementation ("org.springframework.cloud:spring-cloud-starter-function-web:3.1.4")
'org.springframework.cloud:spring-cloud-starter-function-web:jar:3.1.4'
<dependency org="org.springframework.cloud" name="spring-cloud-starter-function-web" rev="3.1.4">
<artifact name="spring-cloud-starter-function-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-function-web', version='3.1.4')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-function-web" % "3.1.4"
[org.springframework.cloud/spring-cloud-starter-function-web "3.1.4"]