GroupId | GroupIdorg.mp4parser |
---|---|
ArtifactId | ArtifactIdstreaming |
Version | Version1.9.29 |
Type | Typejar |
Filename | Size |
---|---|
streaming-1.9.29.pom | |
streaming-1.9.29.jar | 93 KB |
streaming-1.9.29-sources.jar | 55 KB |
streaming-1.9.29-javadoc.jar | 317 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mp4parser/streaming/ -->
<dependency>
<groupId>org.mp4parser</groupId>
<artifactId>streaming</artifactId>
<version>1.9.29</version>
</dependency>
// https://jarcasting.com/artifacts/org.mp4parser/streaming/
implementation 'org.mp4parser:streaming:1.9.29'
// https://jarcasting.com/artifacts/org.mp4parser/streaming/
implementation ("org.mp4parser:streaming:1.9.29")
'org.mp4parser:streaming:jar:1.9.29'
<dependency org="org.mp4parser" name="streaming" rev="1.9.29">
<artifact name="streaming" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mp4parser', module='streaming', version='1.9.29')
)
libraryDependencies += "org.mp4parser" % "streaming" % "1.9.29"
[org.mp4parser/streaming "1.9.29"]