License |
License |
---|---|
GroupId | GroupIdorg.springframework.cloud |
ArtifactId | ArtifactIdspring-cloud-function-web |
Last Version | Last Version3.2.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Cloud Function Web Support
Spring Cloud Function Web Support
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-function-web/ -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-web</artifactId>
<version>3.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-function-web/
implementation 'org.springframework.cloud:spring-cloud-function-web:3.2.6'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-function-web/
implementation ("org.springframework.cloud:spring-cloud-function-web:3.2.6")
'org.springframework.cloud:spring-cloud-function-web:jar:3.2.6'
<dependency org="org.springframework.cloud" name="spring-cloud-function-web" rev="3.2.6">
<artifact name="spring-cloud-function-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-function-web', version='3.2.6')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-function-web" % "3.2.6"
[org.springframework.cloud/spring-cloud-function-web "3.2.6"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-webmvc Optional | jar | |
org.springframework : spring-webflux Optional | jar | |
io.projectreactor.netty : reactor-netty Optional | jar | |
org.springframework.cloud : spring-cloud-function-context | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
javax.annotation : javax.annotation-api | jar |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | |
commons-logging : commons-logging | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
org.springframework.boot : spring-boot-starter-web | jar |