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