GroupId | GroupIdorg.apache.streams |
---|---|
ArtifactId | ArtifactIdstreams-processor-regex |
Version | Version0.3-incubating |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.streams/streams-processor-regex/ -->
<dependency>
<groupId>org.apache.streams</groupId>
<artifactId>streams-processor-regex</artifactId>
<version>0.3-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.streams/streams-processor-regex/
implementation 'org.apache.streams:streams-processor-regex:0.3-incubating'
// https://jarcasting.com/artifacts/org.apache.streams/streams-processor-regex/
implementation ("org.apache.streams:streams-processor-regex:0.3-incubating")
'org.apache.streams:streams-processor-regex:jar:0.3-incubating'
<dependency org="org.apache.streams" name="streams-processor-regex" rev="0.3-incubating">
<artifact name="streams-processor-regex" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.streams', module='streams-processor-regex', version='0.3-incubating')
)
libraryDependencies += "org.apache.streams" % "streams-processor-regex" % "0.3-incubating"
[org.apache.streams/streams-processor-regex "0.3-incubating"]