is not current version
Last Version 0.6.1

org.apache.streams:streams-config 0.5-incubating

Stream and Stream Component General Configuration Objects and Utilities

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

org.apache.streams
ArtifactId

ArtifactId

streams-config
Version

Version

0.5-incubating
Type

Type

jar

Download streams-config 0.5-incubating


<!-- https://jarcasting.com/artifacts/org.apache.streams/streams-config/ -->
<dependency>
    <groupId>org.apache.streams</groupId>
    <artifactId>streams-config</artifactId>
    <version>0.5-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.streams/streams-config/
implementation 'org.apache.streams:streams-config:0.5-incubating'
// https://jarcasting.com/artifacts/org.apache.streams/streams-config/
implementation ("org.apache.streams:streams-config:0.5-incubating")
'org.apache.streams:streams-config:jar:0.5-incubating'
<dependency org="org.apache.streams" name="streams-config" rev="0.5-incubating">
  <artifact name="streams-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.streams', module='streams-config', version='0.5-incubating')
)
libraryDependencies += "org.apache.streams" % "streams-config" % "0.5-incubating"
[org.apache.streams/streams-config "0.5-incubating"]