Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.jwall |
ArtifactId | ArtifactIdstreams-video |
Version | Version0.2.2 |
Type | Typejar |
Filename | Size |
---|---|
streams-video-0.2.2.pom | |
streams-video-0.2.2.jar | 117 KB |
streams-video-0.2.2-sources.jar | 74 KB |
streams-video-0.2.2-javadoc.jar | 307 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jwall/streams-video/ -->
<dependency>
<groupId>org.jwall</groupId>
<artifactId>streams-video</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jwall/streams-video/
implementation 'org.jwall:streams-video:0.2.2'
// https://jarcasting.com/artifacts/org.jwall/streams-video/
implementation ("org.jwall:streams-video:0.2.2")
'org.jwall:streams-video:jar:0.2.2'
<dependency org="org.jwall" name="streams-video" rev="0.2.2">
<artifact name="streams-video" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jwall', module='streams-video', version='0.2.2')
)
libraryDependencies += "org.jwall" % "streams-video" % "0.2.2"
[org.jwall/streams-video "0.2.2"]