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