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