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