License |
License |
---|---|
GroupId | GroupIdcom.allenru |
ArtifactId | ArtifactIdxd-regex-module |
Version | Version0.9.0 |
Type | Typejar |
Description |
Descriptionxd-regex-module
A Spring XD processor module that transforms a payload string into a Tuple using a Regular Expression, where each capture group in the regular expression is mapped to a tuple field.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
xd-regex-module-0.9.0.pom | |
xd-regex-module-0.9.0.jar | 6 KB |
xd-regex-module-0.9.0-sources.jar | 5 KB |
xd-regex-module-0.9.0-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.allenru/xd-regex-module/ -->
<dependency>
<groupId>com.allenru</groupId>
<artifactId>xd-regex-module</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.allenru/xd-regex-module/
implementation 'com.allenru:xd-regex-module:0.9.0'
// https://jarcasting.com/artifacts/com.allenru/xd-regex-module/
implementation ("com.allenru:xd-regex-module:0.9.0")
'com.allenru:xd-regex-module:jar:0.9.0'
<dependency org="com.allenru" name="xd-regex-module" rev="0.9.0">
<artifact name="xd-regex-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.allenru', module='xd-regex-module', version='0.9.0')
)
libraryDependencies += "com.allenru" % "xd-regex-module" % "0.9.0"
[com.allenru/xd-regex-module "0.9.0"]