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 |
|---|---|---|---|---|---|
| net.sf.xpontus | xpontus_core | 1.0.0-pre1 | - | 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 |
|---|---|---|---|---|---|
| com.ibm.icu | icu4j | 3.6.1 | - | jar | |
| com.jgoodies | binding | 1.4.0 | - | jar | |
| com.jidesoft | jide-oss | 2.2.1.11 | - | jar | |
| com.thoughtworks.xstream | xstream | 1.2 | - | jar | |
| com.vlsolutions | vldocking | 2.1.4 | - | jar | |
| commons-collections | commons-collections | 3.2 | - | jar | |
| commons-io | commons-io | 1.4 | - | jar | |
| commons-lang | commons-lang | 2.3 | - | jar | |
| commons-logging | commons-logging | 1.1 | - | jar | |
| commons-vfs | commons-vfs | 1.1-SNAPSHOT | - | jar | |
| commons-vfs | commons-vfs-contrib | 1.1-SNAPSHOT | - | jar | |
| javax.activation | activation | 1.1 | - | jar | |
| javax.help | javahelp | 2.0.02 | - | jar | |
| l2fprod-common | l2fprod-common | 7.3-20070317 | - | jar | |
| net.java.dev.swing-layout | swing-layout | 1.0.1 | - | jar | |
| net.sf.jpf | jpf | 1.5 | - | jar | |
| net.sf.jpf | jpf-boot | 1.5 | - | jar | |
| org.springframework | spring | 2.0 | - | jar | |
| xalan | xalan | 2.6.0 | - | jar | |
| xerces | xercesImpl | 2.8.1 | - | jar | |
| xml-apis | xml-apis | 1.0.b2 | - | jar |
XPontus plugin for localized resources
This is the core API of XPontus XML Editor. It's a set of components which provide the default features of the program.
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://jakarta.apache.org/commons/lang/
Types that extend and augment the Java Collections Framework.
http://jakarta.apache.org/commons/collections/
The JavaHelp API provides a platform-independent help framework.
http://java.sun.com/products/javahelp/index.jsp
Unnamed - commons-vfs:commons-vfs-contrib:pom:1.1-SNAPSHOT
Unnamed - l2fprod-common:l2fprod-common:pom:7.3-20070317
The JGoodies Binding library connects object properties to Swing user interface components. And it helps you represent the state and behavior of a presentation independently of the GUI components used in the interface.
Commons-IO contains utility classes, stream implementations, file filters, file comparators and endian classes.
Unnamed - com.jidesoft:jide-oss:pom:2.2.1.11
Xerces2 is the next generation of high performance, fully compliant XML parsers in the Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy to program.
http://xerces.apache.org/xerces2-j/
Extensions to Swing to create professional cross platform layout
Swing Layout Extensions goal is to make it easy to create professional cross platform layouts with Swing. This project has an eye towards the needs of GUI builders, such as NetBeans. This project consists of the following pieces: * Ability to get the baseline for components. * Ability to get the preferred gap between components. * A new LayoutManager that utilizes both of these concepts and is tuned toward a free-form drag and drop layout model as can be provided by GUI builders.
https://swing-layout.dev.java.net/
Spring Framework
http://www.springframework.org
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
JavaBeans Activation Framework (JAF)
JavaBeans Activation Framework (JAF) is a standard extension to the Java platform that lets you take advantage of standard services to: determine the type of an arbitrary piece of data; encapsulate access to it; discover the operations available on it; and instantiate the appropriate bean to perform the operation(s).
http://java.sun.com/products/javabeans/jaf/index.jsp
Unnamed - commons-vfs:commons-vfs:pom:1.1-SNAPSHOT
The International Component for Unicode (ICU) is a mature, portable set of C/C++ and Java libraries for Unicode support, software internationalization (I18N) and globalization (G11N), giving applications the same results on all platforms.
http://www-306.ibm.com/software/globalization/icu/
Unnamed - com.vlsolutions:vldocking:pom:2.1.4
Unnamed - xalan:xalan:jar:2.6.0
XML Commons External Components XML APIs
xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in other xml-based projects. Our hope is that we can standardize on both a common version and packaging scheme for these critical XML standards interfaces to make the lives of both our developers and users easier. The External Components portion of xml-commons contains interfaces that are defined by external standards organizations. For DOM, that's the W3C; for SAX it's David Megginson and sax.sourceforge.net; for JAXP it's Sun.
http://xml.apache.org/commons/#external
Java Plugin Framework - Boot Library
Java Plugin Framework
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.