| GroupId | GroupIdorg.springframework.cloud.stream.app | 
|---|---|
| ArtifactId | ArtifactIdapp-starters-file-common | 
| Version | Version1.3.2.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/app-starters-file-common/ -->
<dependency>
    <groupId>org.springframework.cloud.stream.app</groupId>
    <artifactId>app-starters-file-common</artifactId>
    <version>1.3.2.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/app-starters-file-common/
implementation 'org.springframework.cloud.stream.app:app-starters-file-common:1.3.2.RELEASE'// https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/app-starters-file-common/
implementation ("org.springframework.cloud.stream.app:app-starters-file-common:1.3.2.RELEASE")'org.springframework.cloud.stream.app:app-starters-file-common:jar:1.3.2.RELEASE'<dependency org="org.springframework.cloud.stream.app" name="app-starters-file-common" rev="1.3.2.RELEASE">
  <artifact name="app-starters-file-common" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.cloud.stream.app', module='app-starters-file-common', version='1.3.2.RELEASE')
)libraryDependencies += "org.springframework.cloud.stream.app" % "app-starters-file-common" % "1.3.2.RELEASE"[org.springframework.cloud.stream.app/app-starters-file-common "1.3.2.RELEASE"]