| Categories | CategoriesORM Data | 
|---|---|
| GroupId | GroupIdorg.springframework.cloud.stream.app | 
| ArtifactId | ArtifactIdspring-cloud-starter-stream-processor-scriptable-transform | 
| Version | Version2.1.2.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/spring-cloud-starter-stream-processor-scriptable-transform/ -->
<dependency>
    <groupId>org.springframework.cloud.stream.app</groupId>
    <artifactId>spring-cloud-starter-stream-processor-scriptable-transform</artifactId>
    <version>2.1.2.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/spring-cloud-starter-stream-processor-scriptable-transform/
implementation 'org.springframework.cloud.stream.app:spring-cloud-starter-stream-processor-scriptable-transform:2.1.2.RELEASE'// https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/spring-cloud-starter-stream-processor-scriptable-transform/
implementation ("org.springframework.cloud.stream.app:spring-cloud-starter-stream-processor-scriptable-transform:2.1.2.RELEASE")'org.springframework.cloud.stream.app:spring-cloud-starter-stream-processor-scriptable-transform:jar:2.1.2.RELEASE'<dependency org="org.springframework.cloud.stream.app" name="spring-cloud-starter-stream-processor-scriptable-transform" rev="2.1.2.RELEASE">
  <artifact name="spring-cloud-starter-stream-processor-scriptable-transform" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.cloud.stream.app', module='spring-cloud-starter-stream-processor-scriptable-transform', version='2.1.2.RELEASE')
)libraryDependencies += "org.springframework.cloud.stream.app" % "spring-cloud-starter-stream-processor-scriptable-transform" % "2.1.2.RELEASE"[org.springframework.cloud.stream.app/spring-cloud-starter-stream-processor-scriptable-transform "2.1.2.RELEASE"]