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