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