spring-cloud-starter-stream-processor-scriptable-transform
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>spring-cloud-starter-stream-processor-scriptable-transform</artifactId>
<version>1.0.0.RELEASE</version>
</dependency><?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>spring-cloud-starter-stream-processor-scriptable-transform</artifactId> <packaging>jar</packaging> <name>spring-cloud-starter-stream-processor-scriptable-transform</name> <description>Spring Cloud Stream processor-scriptable-transform core</description> <parent> <groupId>org.springframework.cloud.stream.app</groupId> <artifactId>spring-cloud-stream-processor-parent</artifactId> <version>1.0.0.RELEASE</version> </parent> <dependencies> <dependency> <groupId>org.springframework.integration</groupId> <artifactId>spring-integration-groovy</artifactId> </dependency> <dependency> <groupId>org.jruby</groupId> <artifactId>jruby-complete</artifactId> </dependency> <dependency> <groupId>org.python</groupId> <artifactId>jython-standalone</artifactId> </dependency> <dependency> <groupId>org.springframework.integration</groupId> <artifactId>spring-integration-java-dsl</artifactId> </dependency> </dependencies> </project>