GroupId | GroupIdorg.springframework.cloud |
---|---|
ArtifactId | ArtifactIdspring-cloud-function-compiler |
Version | Version3.0.10.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-function-compiler/ -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-compiler</artifactId>
<version>3.0.10.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-function-compiler/
implementation 'org.springframework.cloud:spring-cloud-function-compiler:3.0.10.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-function-compiler/
implementation ("org.springframework.cloud:spring-cloud-function-compiler:3.0.10.RELEASE")
'org.springframework.cloud:spring-cloud-function-compiler:jar:3.0.10.RELEASE'
<dependency org="org.springframework.cloud" name="spring-cloud-function-compiler" rev="3.0.10.RELEASE">
<artifact name="spring-cloud-function-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-function-compiler', version='3.0.10.RELEASE')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-function-compiler" % "3.0.10.RELEASE"
[org.springframework.cloud/spring-cloud-function-compiler "3.0.10.RELEASE"]