Skip to content
Emily Mabrey edited this page Jun 22, 2015 · 2 revisions

Maven

To use library in your Maven project, add it to pom.xml (make sure to replace VERSION with desired version):

<dependency>
  <groupId>com.github.emabrey</groupId>
  <artifactId>JavaRTMP-project</artifactId>
  <version>VERSION</version>
</dependency>

#Jar File

To manually add a dependency-less JAR of JavaRTMP to your project, download a tagged release from the Project Releases page. After you have downloaded the JAR file, you will need to consult your build tool's specific documentation on using a library in JAR format.