The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| com.amazon | ecs | 2007.07.16 | - | jar | |
| com.jcraft | jogg | 0.0.7 | - | jar | |
| com.jcraft | jorbis | 0.0.15 | - | jar | |
| com.jgoodies | looks | 2.1.4 | - | jar | |
| com.jgoodies | uif | 1.5.1 | - | jar | |
| com.l2fprod | common | 7.3 | - | jar | |
| com.lightdev | kjdsp | 1.1 | - | jar | |
| com.melloware | jintellitype | 1.3.1 | - | jar | |
| com.melloware | jspiff | 1.0 | - | jar | |
| com.nilo | nimrodlf | 1.0.b | - | jar | |
| com.sun.xml.bind | jaxb-impl | 2.0.3 | - | jar | |
| commons-httpclient | commons-httpclient | 3.1 | - | jar | |
| commons-io | commons-io | 1.4 | - | jar | |
| commons-lang | commons-lang | 2.4 | - | jar | |
| hsqldb | hsqldb | 1.8.0.9 | - | jar | |
| jasperreports | jasperreports | 1.3.0 | - | jar | |
| javax.xml.bind | jaxb-api | 2.0 | - | jar | |
| log4j | log4j | 1.2.14 | - | jar | |
| net.dev.java | myswing | 1.0.4 | - | jar | |
| net.dev.java | substance | 3.1 | - | jar | |
| net.sourceforge | jflac | 1.3 | - | jar | |
| net.sourceforge | jmac | 1.7.4 | - | jar | |
| net.sourceforge | jspeex | 0.9.7 | - | jar | |
| net.sourceforge | lipstikLF | RC2 | - | jar | |
| net.sourceforge | squareness | 2.2.0 | - | jar | |
| org.hibernate | hibernate | 3.2.6.ga | - | jar | |
| org.jaudiotagger | jaudiotagger | 1.0.9 | - | jar | |
| org.javazoom | basicplayer | 3.0 | - | jar | |
| org.javazoom | jl | 1.0 | - | jar | |
| org.javazoom | mp3spi | 1.9.4 | - | jar | |
| org.javazoom | vorbisspi | 1.0.2 | - | jar | |
| org.tritonus | tritonus | 0.3.3 | - | jar |
The following is a list of runtime dependencies for this project. These dependencies are required to run the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| c3p0 | c3p0 | 0.9.1 | - | jar |
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| junit | junit | 3.8.1 | - | jar |
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| antlr | antlr | 2.7.6 | - | jar | |
| asm | asm | 1.5.3 | - | jar | |
| asm | asm-attrs | 1.5.3 | - | jar | |
| bouncycastle | bcmail-jdk14 | 138 | - | jar | |
| bouncycastle | bcprov-jdk14 | 138 | - | jar | |
| cglib | cglib | 2.1_3 | - | jar | |
| com.jgoodies | binding | 1.1.1 | - | jar | |
| com.jgoodies | forms | 1.0.7 | - | jar | |
| com.jgoodies | validation | 1.2.0 | - | jar | |
| com.lowagie | itext | 2.1.7 | - | jar | |
| commons-beanutils | commons-beanutils | 1.7.0 | - | jar | |
| commons-codec | commons-codec | 1.2 | - | jar | |
| commons-collections | commons-collections | 3.2.1 | - | jar | |
| commons-digester | commons-digester | 2.0 | - | jar | |
| commons-logging | commons-logging | 1.0.4 | - | jar | |
| dom4j | dom4j | 1.6.1 | - | jar | |
| eclipse | jdtcore | 3.1.0 | - | jar | |
| javax.activation | activation | 1.1 | - | jar | |
| javax.transaction | jta | 1.0.1B | - | jar | |
| javax.xml.bind | jsr173_api | 1.0 | - | jar | |
| jfree | jcommon | 1.0.0 | - | jar | |
| jfree | jfreechart | 1.0.1 | - | jar | |
| net.sf.ehcache | ehcache | 1.2.3 | - | jar | |
| org.bouncycastle | bcmail-jdk14 | 1.38 | - | jar | |
| org.bouncycastle | bcprov-jdk14 | 1.38 | - | jar | |
| org.bouncycastle | bctsp-jdk14 | 1.38 | - | jar | |
| xml-apis | xml-apis | 1.3.02 | - | jar |
A cross platform Music Organizer and Player.
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
JNI Java bridge to Microsoft Intellitype commands.
Java API to read and write XSPF "Spiff" playlists.
Log4j
http://logging.apache.org/log4j/docs/
Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.
http://commons.apache.org/lang/
Commons-IO contains utility classes, stream implementations, file filters, file comparators and endian classes.
Relational Persistence for Java
ehcache is a pure Java, in-process cache with the following features: 1. Fast. 2. Simple. 3. Multiple eviction policies: LRU, LFU and FIFO. 4. Caches can be in memory or on disk. 5. Disk Stores can be persistent between VM restarts. 6. Distributed caching using multicast and RMI, with a pluggable API. 7. Cache and CacheManager listeners 8. Supports multiple Caches per CacheManager, and multiple CacheManagers per application. 9. Acts as a pluggable cache for Hibernate 3.1, 3 and 2.1. 10. Small foot print. Both in terms of size and memory requirements. 11. Minimal dependencies apart from J2SE. 12. Fully documented. See the online Documentation and the online JavaDoc. 13. Comprehensive Test Coverage. See the clover test report. 14. Available under the Apache 1.1 license. EHCache's copyright and licensing has been reviewed and approved by the Apache Software Foundation, making EHCache suitable for use in Apache projects. 15. Production tested. EHCache is used on a large and very busy eCommerce site. 16. Web caching, pull-through caches and other common caching implementations are provided in the ehcache-constructs module.
The javax.transaction package. It is appropriate for inclusion in a classpath, and may be added to a Java 2 installation.
http://java.sun.com/products/jta
dom4j: the flexible XML framework for Java
Lightweight 100% Java SQL Database Engine
c3p0:JDBC DataSources/Resource Pools
c3p0 is an easy-to-use library for augmenting traditional (DriverManager-based) JDBC drivers with JNDI-bindable DataSources, including DataSources that implement Connection and Statement Pooling, as described by the jdbc3 spec and jdbc2 std extension.
Amazon.com web service for e-commerce.
The aim of this project is to provide a world class Java library for editing tag information in audio files. Most existing solutions are not java based inhibiting the use of java applications with digital files.
https://jaudiotagger.dev.java.net/
L2FProd.com Common Components missing Swing widgets
Advanced Swing Utilities
JGoodies Swing Suite: Components and solutions that complement Swing to solve common user interface tasks.
JGoodies Binding: Swing Data Binding Framework
JGoodies Forms: An Advanced Swing Layout System
JGoodies Validation: Validate and Present Validation Results
https://validation.dev.java.net/
JGoodies Looks: High-Fidelity Windows and Multi-Platform Look and feels
BasicPlayer layer is the simple player API of jlGui.
http://www.javazoom.net/jlgui/jlgui.html
Port of the Free Lossless Audio Codec (FLAC) library to Java.
JSpeex is a Java port of the Speex speech codec (Open Source/Free Software patent-free audio compression format designed for speech). It provides both the decoder and the encoder in pure Java, as well as a JavaSound SPI.
http://jspeex.sourceforge.net/
Squareness is minimalistic and flat looking. It uses only two 3D effects to set off pressed controls and grippers on scrollbars.
http://squareness.beeger.net/index.html
Lipstik look and feel is intended to be a Java (tm) Swing counterpart of marvellous Kde theme engine called Lipstik
https://sourceforge.net/projects/lipstiklf/
A cross-platform look and feel for Swing applications
https://substance.dev.java.net/
NimROD Look and Feel is an extension of the Metal Look and Feel, so it should be a portable
http://personales.ya.com/nimrod/index-en.html
JMAC is a Java implementation of the Monkey's Audio decoder/encoder/JavaSound SPI.
MP3 decoder/player/converter library for Java platform.
http://www.javazoom.net/javalayer/javalayer.html
Spectrum Analyzer is a user interface component that makes visible the sound pressure for a range of frequencies over time.
http://www.lightdev.com/page/85.htm
MP3 SPI for JavaSound
http://www.javazoom.net/mp3spi/mp3spi.html
Tritonus is an implementation of the Java Sound API.
Vorbis SPI for JavaSound
http://www.javazoom.net/vorbisspi/vorbisspi.html
JOrbis is a pure Java Ogg Vorbis decoder.
JOrbis is a pure Java Ogg Vorbis decoder.
JasperReports Library
http://jasperreports.sourceforge.net
Types that extend and augment the Java Collections Framework.
http://commons.apache.org/collections/
The Digester package lets you configure an XML to Java object mapping module which triggers certain actions called rules whenever a particular pattern of nested XML elements is recognized.
http://commons.apache.org/digester/
Unnamed - commons-beanutils:commons-beanutils:jar:1.7.0
iText, a Free Java-PDF library
iText, a free Java-PDF library
Legion of the Bouncy Castle Java Cryptography APIs
The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. The package is organised so that it contains a light-weight API suitable for use in any environment (including the newly released J2ME) with the additional infrastructure to conform the algorithms to the JCE framework.
http://www.bouncycastle.org/java.html
Legion of the Bouncy Castle Java Cryptography APIs
The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. The package is organised so that it contains a light-weight API suitable for use in any environment (including the newly released J2ME) with the additional infrastructure to conform the algorithms to the JCE framework.
http://www.bouncycastle.org/java.html
The Bouncy Castle Java API for handling the Time Stamp Protocol (TSP). This jar contains the TSP API for JDK 1.4. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs.
http://www.bouncycastle.org/java.html
Bouncy Castle CMS and S/MIME API
The Bouncy Castle Java CMS and S/MIME APIs for handling the CMS and S/MIME protocols. This jar contains CMS and S/MIME APIs for JDK 1.4. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs. If the S/MIME API is used, the JavaMail API and the Java activation framework will also be needed.
http://www.bouncycastle.org/java.html
The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.4.
http://www.bouncycastle.org/java.html
Unnamed - jfree:jfreechart:jar:1.0.1
JFreeChart is a class library, written in Java, for generating charts. Utilising the Java2D APIs, it currently supports bar charts, pie charts, line charts, XY-plots and time series plots.
http://www.jfree.org/jfreechart
Unnamed - jfree:jcommon:jar:1.0.0
JCommon is a free general purpose Java class library that is used in several projects at www.jfree.org, including JFreeChart and JFreeReport.
Unnamed - xml-apis:xml-apis:jar:1.3.02
http://xml.apache.org/commons/#external
Unnamed - com.sun.xml.bind:jaxb-impl:jar:2.0.3
Unnamed - javax.xml.bind:jaxb-api:jar:2.0
Unnamed - javax.xml.bind:jsr173_api:jar:1.0
Unnamed - javax.activation:activation:jar:1.1
The HttpClient component supports the client-side of RFC 1945 (HTTP/1.0) and RFC 2616 (HTTP/1.1) , several related specifications (RFC 2109 (Cookies) , RFC 2617 (HTTP Authentication) , etc.), and provides a framework by which new request types (methods) or HTTP extensions can be created easily.
http://jakarta.apache.org/httpcomponents/httpclient-3.x/
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/logging/
The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.