Download isoparser-1.0-RC-1.jar file - Jar i

Jar examples for i:isoparser

Description

A generic parser and writer for all ISO 14496 based files (MP4, Quicktime, DCF, PDCF, ...)

You can download jar file isoparser 1.0-RC-1 in this page.

License

Apache Software License - Version 2.0

Build File

You can use the following script to add isoparser-1.0-RC-1.jar to your project.

<dependency>
   <groupId>com.googlecode.mp4parser</groupId>
   <artifactId>isoparser</artifactId>
   <version>1.0-RC-1</version>
</dependency>
compile group: 'com.googlecode.mp4parser', name: 'isoparser', version: '1.0-RC-1'
libraryDependencies += "com.googlecode.mp4parser" % "isoparser" % "1.0-RC-1"
<dependency org="com.googlecode.mp4parser" name="isoparser" rev="1.0-RC-1"/>
@Grapes(@Grab(group='com.googlecode.mp4parser', module='isoparser', version='1.0-RC-1'))
'com.googlecode.mp4parser:isoparser:jar:1.0-RC-1'

Download

Click the following link to download the jar file.

isoparser-1.0-RC-1-javadoc.jar
isoparser-1.0-RC-1-sources.jar
isoparser-1.0-RC-1.jar
isoparser-1.0-RC-1.pom



Related Tutorials