| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.springframework.cloud |
| Идентификатор | Идентификаторspring-cloud-function-compiler |
| Версия | Версия3.0.14.RELEASE |
| Тип | Типjar |
| Описание |
ОписаниеSpring Cloud Function Compiler
Spring Cloud Function Compiler
|
| Организация-разработчик |
Организация-разработчик |
<!-- 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.14.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-function-compiler/
implementation 'org.springframework.cloud:spring-cloud-function-compiler:3.0.14.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-function-compiler/
implementation ("org.springframework.cloud:spring-cloud-function-compiler:3.0.14.RELEASE")
'org.springframework.cloud:spring-cloud-function-compiler:jar:3.0.14.RELEASE'
<dependency org="org.springframework.cloud" name="spring-cloud-function-compiler" rev="3.0.14.RELEASE">
<artifact name="spring-cloud-function-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-function-compiler', version='3.0.14.RELEASE')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-function-compiler" % "3.0.14.RELEASE"
[org.springframework.cloud/spring-cloud-function-compiler "3.0.14.RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.projectreactor : reactor-core | jar | 3.3.16.RELEASE |
| org.eclipse.jdt.core.compiler : ecj | jar | 4.4.2 |
| commons-collections : commons-collections | jar | 3.2.2 |
| org.springframework : spring-context | jar | 5.2.14.RELEASE |
| org.springframework.cloud : spring-cloud-function-core | jar | 3.0.14.RELEASE |
| org.springframework.boot : spring-boot-starter-web Необязательный | jar | 2.3.10.RELEASE |
| org.apache.maven : maven-core | jar | 3.3.9 |
| org.apache.maven : maven-embedder | jar | 3.3.9 |
| org.eclipse.aether : aether-transport-file | jar | 1.0.2.v20150114 |
| org.eclipse.aether : aether-transport-http | jar | 1.0.2.v20150114 |
| org.eclipse.aether : aether-connector-basic | jar | 1.0.2.v20150114 |
| org.springframework.boot : spring-boot-configuration-processor Необязательный | jar | 2.3.10.RELEASE |