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