| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.springframework.integration |
| Идентификатор | Идентификаторspring-integration-file |
| Версия | Версия5.5.12 |
| Тип | Типjar |
| Описание |
ОписаниеSpring Integration File Support
Spring Integration File Support
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| spring-integration-file-5.5.12.pom | |
| spring-integration-file-5.5.12.jar | 257 KB |
| spring-integration-file-5.5.12-sources.jar | 199 KB |
| spring-integration-file-5.5.12-javadoc.jar | 929 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.springframework.integration/spring-integration-file/ -->
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-file</artifactId>
<version>5.5.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.integration/spring-integration-file/
implementation 'org.springframework.integration:spring-integration-file:5.5.12'
// https://jarcasting.com/artifacts/org.springframework.integration/spring-integration-file/
implementation ("org.springframework.integration:spring-integration-file:5.5.12")
'org.springframework.integration:spring-integration-file:jar:5.5.12'
<dependency org="org.springframework.integration" name="spring-integration-file" rev="5.5.12">
<artifact name="spring-integration-file" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.integration', module='spring-integration-file', version='5.5.12')
)
libraryDependencies += "org.springframework.integration" % "spring-integration-file" % "5.5.12"
[org.springframework.integration/spring-integration-file "5.5.12"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.integration : spring-integration-core | jar | 5.5.12 |
| commons-io : commons-io | jar | 2.11.0 |