Maven Repository - POM file for Build de.huxhorn.sulky.3rdparty.jlayer 1.0 1.0

Summary

Javazoom JLayer MP3 Library.

This is the third-party library JLayer that isn't available in the central maven repository..

Declaration

Here is the list of declaration for de.huxhorn.sulky.3rdparty.jlayer. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>de.huxhorn.sulky</groupId>
   <artifactId>de.huxhorn.sulky.3rdparty.jlayer</artifactId>
   <version>1.0</version>
</dependency>

If you think this Maven repository POM file listing for de.huxhorn.sulky.3rdparty.jlayer is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:GNU Lesser General Public License (LGPL)
URL: http://www.gnu.org/copyleft/lesser.html.





Packages

The following packages are defined in the de.huxhorn.sulky.3rdparty.jlayer-1.0.jar

javazoom.jl.converter
javazoom.jl.decoder
javazoom.jl.player
javazoom.jl.player.advanced

POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>de.huxhorn.sulky</groupId>
  <artifactId>de.huxhorn.sulky.3rdparty.jlayer</artifactId>
  <version>1.0</version>
  <packaging>jar</packaging>
  <name>Javazoom JLayer MP3 Library</name>
  <description>This is the third-party library JLayer that isn't available in the central maven repository.</description>
  <url>http://www.javazoom.net/javalayer/javalayer.html</url>
  <licenses>
    <license>
      <name>GNU Lesser General Public License (LGPL)</name>
      <url>http://www.gnu.org/copyleft/lesser.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  
  <scm>
    <connection>scm:svn:https://sulky.svn.sourceforge.net/svnroot/sulky/trunk/sulky-sounds-impl-jlayer/miscJars</connection>
    <developerConnection>scm:svn:https://sulky.svn.sourceforge.net/svnroot/sulky/trunk/sulky-sounds-impl-jlayer/miscJars</developerConnection>
    <url>http://sulky.svn.sourceforge.net/viewvc/sulky/trunk/sulky-sounds-impl-jlayer/miscJars</url>
  </scm>
  
  <dependencies>
  </dependencies>
</project>