GroupId | GroupIdorg.apache.streams |
---|---|
ArtifactId | ArtifactIdstreams-pojo |
Version | Version0.3-incubating |
Type | Typejar |
Filename | Size |
---|---|
streams-pojo-0.3-incubating.pom | |
streams-pojo-0.3-incubating.jar | 260 KB |
streams-pojo-0.3-incubating-tests.jar | 43 KB |
streams-pojo-0.3-incubating-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.streams/streams-pojo/ -->
<dependency>
<groupId>org.apache.streams</groupId>
<artifactId>streams-pojo</artifactId>
<version>0.3-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.streams/streams-pojo/
implementation 'org.apache.streams:streams-pojo:0.3-incubating'
// https://jarcasting.com/artifacts/org.apache.streams/streams-pojo/
implementation ("org.apache.streams:streams-pojo:0.3-incubating")
'org.apache.streams:streams-pojo:jar:0.3-incubating'
<dependency org="org.apache.streams" name="streams-pojo" rev="0.3-incubating">
<artifact name="streams-pojo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.streams', module='streams-pojo', version='0.3-incubating')
)
libraryDependencies += "org.apache.streams" % "streams-pojo" % "0.3-incubating"
[org.apache.streams/streams-pojo "0.3-incubating"]