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