GroupId | GroupIdorg.springframework.integration |
---|---|
ArtifactId | ArtifactIdspring-integration-file |
Version | Version4.3.1.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>4.3.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.integration/spring-integration-file/
implementation 'org.springframework.integration:spring-integration-file:4.3.1.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.integration/spring-integration-file/
implementation ("org.springframework.integration:spring-integration-file:4.3.1.RELEASE")
'org.springframework.integration:spring-integration-file:jar:4.3.1.RELEASE'
<dependency org="org.springframework.integration" name="spring-integration-file" rev="4.3.1.RELEASE">
<artifact name="spring-integration-file" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.integration', module='spring-integration-file', version='4.3.1.RELEASE')
)
libraryDependencies += "org.springframework.integration" % "spring-integration-file" % "4.3.1.RELEASE"
[org.springframework.integration/spring-integration-file "4.3.1.RELEASE"]