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