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