Skip to content

tbocek/opus-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java Opus Wrapper

This wrapper was created with https://code.google.com/p/jnaerator/ and sligthly adapted.

Binaries found here:

How to use the opus wrapper:

Either get the "jar":http://tomp2p.net/dev/mvn/net/tomp2p/opus-wrapper/1.3/

or use maven with

<repositories>
  <repository>
    <id>tomp2p.net</id>
    <url>http://tomp2p.net/dev/mvn/</url>
  </repository>
</repositories>

...

<dependency>
  <groupId>net.tomp2p</groupId>
  <artifactId>opus-wrapper</artifactId>
  <version>1.3</version>
</dependency>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages