| 组织ID: |
com.badlogicgames.jlayer |
| 项目ID: |
jlayer |
| 版本: |
1.0.1-gdx |
| 最后修改时间: |
2018-08-01 08:07:13 |
| 包类型: |
jar |
| 标题: |
jlayer-libgdx |
| 描述: |
Jlayer version used in libgdx.
Fixed some NPEs, changed how buffering happens, deleted most of the classes, everything not related to decoding and half of what was related to decoding but not needed.
Added support for reading replay gain out of the mp3.
|
| 相关URL: |
http://github.com/libgdx/jlayer-gdx |
| 大小: |
87.74KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.badlogicgames.jlayer</groupId>
<artifactId>jlayer</artifactId>
<version>1.0.1-gdx</version>
</dependency>
|
| Gradle引入代码: |
com.badlogicgames.jlayer:jlayer:1.0.1-gdx
|
| 下载Jar包: |
|
| POM文件内容: |
<?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>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<groupId>com.badlogicgames.jlayer</groupId>
<artifactId>jlayer</artifactId>
<version>1.0.1-gdx</version>
<packaging>jar</packaging>
<name>jlayer-libgdx</name>
<description>
Jlayer version used in libgdx.
Fixed some NPEs, changed how buffering happens, deleted most of the classes, everything not related to decoding and half of what was related to decoding but not needed.
Added support for reading replay gain out of the mp3.
</description>
<url>http://github.com/libgdx/jlayer-gdx</url>
<issueManagement>
<url>http://github.com/libgdx/jlayer-gdx/issues</url>
</issueManagement>
<licenses>
<license>
<name>GNU Lesser General Public License (LGPL), Version 2.1</name>
<url>http://www.fsf.org/licensing/licenses/lgpl.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>Developers</id>
<url>http://code.google.com/p/libgdx/people/list</url>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/libgdx/jlayer-gdx.git</connection>
<developerConnection>scm:git:https://github.com/libgdx/jlayer-gdx.git</developerConnection>
<url>http://github.com/libgdx/jlayer-gdx/</url>
</scm>
<build>
<sourceDirectory>src</sourceDirectory>
<resources>
<resource>
<directory>resources</directory>
<filtering>false</filtering>
</resource>
</resources>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.5.1</version>
<inherited>true</inherited>
<configuration>
<source>1.6</source>
<target>1.6</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.5</version>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.1.2</version>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.7</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.1</version>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.4.4</version>
<extensions>true</extensions>
<configuration>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<serverId>sonatype-nexus-staging</serverId>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>release-sign-artifacts</id>
<activation>
<property>
<name>performRelease</name>
<value>true</value>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.1</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
<configuration>
<keyname>${sign.key}</keyname>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
javazoom.jl.decoder.BitReserve.class
javazoom.jl.decoder.Bitstream.class
javazoom.jl.decoder.BitstreamException.class
javazoom.jl.decoder.Crc16.class
javazoom.jl.decoder.DecoderException.class
javazoom.jl.decoder.FrameDecoder.class
javazoom.jl.decoder.Header.class
javazoom.jl.decoder.huffcodetab.class
javazoom.jl.decoder.JavaLayerException.class
javazoom.jl.decoder.LayerIDecoder$Subband.class
javazoom.jl.decoder.LayerIDecoder$SubbandLayer1.class
javazoom.jl.decoder.LayerIDecoder$SubbandLayer1IntensityStereo.class
javazoom.jl.decoder.LayerIDecoder$SubbandLayer1Stereo.class
javazoom.jl.decoder.LayerIDecoder.class
javazoom.jl.decoder.LayerIIDecoder$SubbandLayer2.class
javazoom.jl.decoder.LayerIIDecoder$SubbandLayer2IntensityStereo.class
javazoom.jl.decoder.LayerIIDecoder$SubbandLayer2Stereo.class
javazoom.jl.decoder.LayerIIDecoder.class
javazoom.jl.decoder.LayerIIIDecoder$gr_info_s.class
javazoom.jl.decoder.LayerIIIDecoder$III_side_info_t.class
javazoom.jl.decoder.LayerIIIDecoder$SBI.class
javazoom.jl.decoder.LayerIIIDecoder$Sftable.class
javazoom.jl.decoder.LayerIIIDecoder$temporaire.class
javazoom.jl.decoder.LayerIIIDecoder$temporaire2.class
javazoom.jl.decoder.LayerIIIDecoder.class
javazoom.jl.decoder.MP3Decoder.class
javazoom.jl.decoder.OutputBuffer.class
javazoom.jl.decoder.OutputChannels.class
javazoom.jl.decoder.SynthesisFilter.class
sfd.ser
META-INF/maven/com.badlogicgames.jlayer/jlayer/pom.xml
META-INF/maven/com.badlogicgames.jlayer/jlayer/pom.properties
|
| 依赖Jar: |
无
|