This chapter documents the exact list of third party software upon which FWD depends, for FWD v4.0.0. These dependencies include subsystems (e.g. the Java Development Kit), compilers (e.g. gcc), middleware (e.g. RDBMS), utilities, jar files and shared libraries (e.g. .so files on UNIX/Linux, DLL files on Windows). All of these are required for FWD to operate in one way or another, but the full list is not required for all use cases.
FWD v4 works with either Java 8, Java 11 and Java 17. Generally, one may use the OpenJDK releases, Oracle releases or other compatible JDKs such as GraalVM. At least for the OpenJDK cases, it has been found that Java 11 is consistently slower by a significant percentage (10% to 30% slower!). For this reason, it is expected that few production users will use Java 11. Multiple customers have reported performance improvements with Java 17.
Java processes are normally platform neutral. Most of the FWD Java code is written in pure Java, it is possible for such processing to be run on any operating system or hardware platform that supports the a compatible Java environment for all system components. Some of the system components of FWD do rely upon native code:
If the specified component does not have any native code dependency, then it can be run on any operating system with the right level of compatible Java (JDK 8).
For the components that have native code dependencies, it is important that those dependencies are satisfied. Please see System Requirements for details on the operating systems that are already supported.
The sections below will provide details of the native dependencies for those components which have them.
To be more specific, FWD has been successfully run on a variety of recent Linux distributions from Ubuntu, SuSE, Red Hat and CentOS. There are no specific dependencies on any particular distribution. It is expected that any UNIX-compatible system would work properly.
FWD is also fully supported on Windows, having been successfully run on a range of versions from Windows Server 2008 R2, Windows 7 and later versions.
A specific list of supported operating systems and hardware platforms can be seen in Supported Platforms.
The following tables list all the dependencies used by FWD during the conversion process and during runtime. Please note that all the listed jar files are automatically fetched during build.
If for whatever reason you cannot fetch the dependencies folowing the standard build process you can download them individually (see Obtaining the 3rd Party Code). The dependency files must be then placed in <fwd_home>/local-repo/ directory following the Maven repository file layout.
Majority of FWD is built using the Java technology, while smaller portions of FWD is running native code targeting either Linux operating systems or Windows. The following list of software dependencies is required to build FWD.
The build process is automated using the open source Gradle 3.x and Apache Ant projects. Gradle is written to dynamically download the jars upon which the FWD build process depends. The following is the list of minimum dependencies needed to build:
Due to the ANTLR dependencies, version 1.5.3 does not work. Please ensure that Ant 1.9 or higher can be found via the user's PATH.
The FWD Client provides support for all of the interactive user-interface scenarios (ChUI and GUI) which might be expected. Due to the inherently fat-client design of the ABL, the FWD Client is also needed for a variety of use cases that might otherwise be surprising. This includes Appserver agents, batch mode clients and WebSpeed (when it is supported).
Some of these client configurations are started automatically by the FWD Application Server, using a native executable called the FWD Spawner or usually just referred to as the "spawner". The spawner always runs on the same system as the FWD Client, which may or may not be the same system as the FWD Application Server. The requirements below include those needed for a client system that includes the spawner.
When running the FWD Web Client there is the FWD Client which is executed and then all of the user interaction is actually handled by the browser, which can be on a separate physical system. See Browser Support for details.
All of the projects upon which FWD is dependent are licensed under permissive open source licenses.
Some of the projects are redistributed having as a bundle some other libraries. It is the case of license used for distribution of Java EE (Oracle Binary Code License Agreement for Java EE Technologies) that covers both JTA and the Servlet API. This license allows for redistribution under other licenses (see Supplemental License Term B), so long as (among other conditions), Oracle's rights under its Binary Code License are adequately protected under the license used for redistribution. Also it is the case of Apache license for Jetty distribution that covers JTA and Servlets API. Similarly, LGPL of Hibernate that covers C3p0, ANTLR, dom4j and ehcache. Therefore, these licenses (i.e., LGPL and Apache, respectively) are what we rely upon for these libraries. They allow our customers to redistribute these libraries for commercial purposes.
The following tables lists each project referenced above and summarizes how it is licensed and how to obtain the code. It is maintained via FWD_license_tables.ods from the licenses project.
| Project and Version |
Jar/Zip File |
License |
How to Obtain |
Observations |
| ACME4J Client 0.10 |
acme4j-client-0.10.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.shredzone.acme4j/acme4j-client/0.10 |
Project is https://shredzone.org/maven/acme4j/index.html |
| ACME4J Utils 0.10 |
acme4j-utils-0.10.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.shredzone.acme4j/acme4j-utils/0.10 |
Project is https://shredzone.org/maven/acme4j/index.html |
| Adamwdraper Numeral 7de892f (js) |
adamwdraper-Numeral-js-7de892f.zip |
MIT License |
https://proj.goldencode.com/artifacts/javascript/adamwdraper-Numeral-js-7de892f.zip |
|
| ANTLR 2.7.7 |
antlr-2.7.7.jar |
BSD License |
https://mvnrepository.com/artifact/antlr/antlr/2.7.7 |
Also distributed as bundle of Hibernate under LGPL license. |
| Args4J 2.33 |
args4j-2.33.jar |
MIT License |
https://mvnrepository.com/artifact/args4j/args4j/2.33 |
https://args4j.kohsuke.org/ |
| Aspect-Oriented Programming (AOP) 1.0 |
aopalliance-1.0.jar |
Public Domain |
https://mvnrepository.com/artifact/aopalliance/aopalliance/1.0 |
See http://aopalliance.sourceforge.net/ |
| AspectJ Runtime 1.8.10 |
aspectjrt-1.8.10.jar |
Eclipse Public License - v 2.0 |
https://mvnrepository.com/artifact/org.aspectj/aspectjrt/1.8.10 |
|
| AspectJ Tools (Compiler) 1.8.10 |
aspectjtools-1.8.10.jar |
Eclipse Public License - v 2.0 |
https://mvnrepository.com/artifact/org.aspectj/aspectjtools/1.8.10 |
|
| AspectJ Weaver 1.8.10 |
aspectjweaver-1.8.10.jar |
Eclipse Public License - v 2.0 |
https://mvnrepository.com/artifact/org.aspectj/aspectjweaver/1.8.10 |
|
| Apache Ant 1.6.5 |
ant-1.6.5.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/ant/ant/1.6.5 |
https://ant.apache.org |
| Apache Axiom API 1.2.22 |
axiom-api-1.2.22.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.ws.commons.axiom/axiom-api/1.2.22 |
https://ws.apache.org/axiom/ |
| Apache Axiom LLOM 1.2.22 |
axiom-impl-1.2.22.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.ws.commons.axiom/axiom-impl/1.2.22 |
https://ws.apache.org/axiom/ |
| Apache Axis2 Data Binding 1.6.2 |
axis2-adb-1.6.2.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.axis2/axis2-adb/1.6.2 |
https://axis.apache.org/axis2/java/core/ |
| Apache Axis2 Kernel 1.6.2 |
axis2-kernel-1.6.2.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.axis2/axis2-kernel/1.6.2 |
https://axis.apache.org/axis2/java/core/ |
| Apache Axis2 Transport HTTP 1.6.2 |
axis2-transport-http-1.6.2.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.axis2/axis2-transport-http/1.6.2 |
https://axis.apache.org/axis2/java/core/ |
| Apache Axis2 Transport Local 1.6.2 |
axis2-transport-local-1.6.2.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.axis2/axis2-transport-local/1.6.2 |
https://axis.apache.org/axis2/java/core/ |
| Apache Batik Anim 1.8 |
batik-anim-1.8.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-anim/1.8 |
Project is: https://xmlgraphics.apache.org/batik/download.html
batik-ext-1.8.jar contains DOM licenses for software and documentation |
| Apache Batik AWT Utilities 1.8 |
batik-awt-util-1.8.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-awt-util/1.8 |
|
| Apache Batik Bridge 1.8 |
batik-bridge-1.8.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-bridge/1.8 |
|
| Apache Batik Codec 1.8 |
batik-codec-1.8.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-codec/1.8 |
|
| Apache Batik CSS 1.8 |
batik-css-1.8.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-css/1.8 |
|
| Apache Batik DOM 1.8 |
batik-dom-1.8.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-dom/1.8 |
|
| Apache Batik Ext 1.8 |
batik-ext-1.8.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-ext/1.8 |
|
| Apache Batik Extension 1.8 |
batik-extension-1.8.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-extension/1.8 |
|
| Apache Batik GUI Utilities 1.8 |
batik-gui-util-1.8.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-gui-util/1.8 |
|
| Apache Batik GVT 1.8 |
batik-gvt-1.8.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-gvt/1.8 |
|
| Apache Batik Parser 1.8 |
batik-parser-1.8.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-parser/1.8 |
|
| Apache Batik Script 1.8 |
batik-script-1.8.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-script/1.8 |
|
| Apache Batik SVG DOM 1.8 |
batik-svg-dom-1.8.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-svg-dom/1.8 |
|
| Apache Batik Svggen 1.8 |
batik-svggen-1.8.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-svggen/1.8 |
|
| Apache Batik Swing 1.8 |
batik-swing-1.8.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-swing/1.8 |
|
| Apache Batik Transcoder 1.8 |
batik-transcoder-1.8.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-transcoder/1.8 |
|
| Apache Batik Utilities1.8 |
batik-util-1.8.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-util/1.8 |
|
| Apache Batik XML 1.8 |
batik-xml-1.8.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-xml/1.8 |
|
| Apache Commons BCEL™ 5.2 |
bcel-5.2.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.bcel/bcel/5.2 |
|
| Apache Commons Beanutils 1.9.3 |
commons-beanutils-1.9.3.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/commons-beanutils/commons-beanutils/1.9.3 |
|
| Apache Commons Codec 1.10 |
commons-codec-1.10.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/commons-codec/commons-codec/1.10 |
|
| Apache Commons Collections 3.2.2 |
commons-collections-3.2.2.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/commons-collections/commons-collections/3.2.2 |
|
| Apache Commons Configuration 1.10 |
commons-configuration-1.10.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/commons-configuration/commons-configuration/1.10 |
|
| Apache Commons Digester 2.1 |
commons-digester-2.1.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/commons-digester/commons-digester/2.1 |
Brought in because of Jasper Reports dependency |
| Apache Commons Email 1.5 |
commons-email-1.5.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.commons/commons-email/1.5 |
Brought in because of Jasper Reports dependency |
| Apache Commons HTTP Client 3.1 |
commons-httpclient-3.1.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/commons-httpclient/commons-httpclient/3.1 |
|
| Apache Commons IO 2.6 |
commons-io-2.6.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/commons-io/commons-io/2.6 |
|
| Apache Commons IO 2.4 |
commons-io-2.4.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/commons-io/commons-io/2.4 |
|
| Apache Commons Lang 2.6 |
commons-lang-2.6.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/commons-lang/commons-lang/2.6 |
build.gradle indicates 2.5, but 2.6 is brought down |
| Apache Commons Lang3 3.4 |
commons-lang3-3.4.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.commons/commons-lang3/3.4 |
|
| Apache Commons Lang3 3.3.1 |
commons-lang3-3.3.1.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.commons/commons-lang3/3.3.1 |
|
| Apache FontBox 2.0.5 |
fontbox-2.0.5.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.pdfbox/fontbox/2.0.5 |
|
| Apache Groovy 2.4.7 |
groovy-2.4.7.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.codehaus.groovy/groovy/2.4.7 |
Project is http://groovy-lang.org/ |
| Apache Groovy 2.4.7 (built with invokedynamic) |
groovy-2.4.7-indy.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.codehaus.groovy/groovy/2.4.7 |
Project is http://groovy-lang.org/ See https://groovy-lang.org/indy.html for info on invokedynamic |
| Apache Groovy Command Line 2.4.7 (built with invokedynamic) |
groovy-groovysh-2.4.7-indy.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.codehaus.groovy/groovy-groovysh/2.4.7 |
Project is http://groovy-lang.org/ See https://groovy-lang.org/indy.html for info on invokedynamic |
| Apache Groovy Console 2.4.7 |
groovy-console-2.4.7.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.codehaus.groovy/groovy-console/2.4.7 |
Project is http://groovy-lang.org/ |
| Apache Groovy Json Support 2.4.7 (built with invokedynamic) |
groovy-json-2.4.7-indy.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.codehaus.groovy/groovy-json/2.4.7 |
Project is http://groovy-lang.org/ See https://groovy-lang.org/indy.html for info on invokedynamic |
| Apache Groovy JSR223 Engine 2.4.7 (built with invokedynamic) |
groovy-jsr223-2.4.7-indy.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.codehaus.groovy/groovy-jsr223/2.4.7 |
Project is http://groovy-lang.org/ See https://groovy-lang.org/indy.html for info on invokedynamic |
| Apache Groovy SwingBuilder 2.4.7 |
groovy-swing-2.4.7.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.codehaus.groovy/groovy-swing/2.4.7 |
Project is http://groovy-lang.org/ |
| Apache Groovy Template Engine 2.4.7 |
groovy-templates-2.4.7.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.codehaus.groovy/groovy-templates/2.4.7 |
Project is http://groovy-lang.org/ |
| Apache Groovy XML Engine 2.4.7 |
groovy-xml-2.4.7.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.codehaus.groovy/groovy-xml/2.4.7 |
Project is http://groovy-lang.org/ |
| Apache HttpComponents HttpClient 4.5.1 |
httpclient-4.5.1.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient/4.5.1 |
|
| Apache HttpComponents HttpClient Mime 4.5.1 |
httpmime-4.5.1.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.httpcomponents/httpmime/4.5.1 |
|
| Apache HttpComponents HttpCore 4.4.3 |
httpcore-4.4.3.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore/4.4.3 |
|
| Apache Ivy 2.3.0 |
ivy-2.3.0.jar |
Apache License, Version 2.0 |
https://ant.apache.org/ivy/ |
|
| Apache James :: Mime4j :: Benchmarks 0.8.3 |
apache-mime4j-benchmark-0.8.3.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.james/apache-mime4j-benchmark/0.8.3 |
Project is https://james.apache.org/mime4j/ |
| Apache James :: Mime4j :: Core 0.8.3 |
apache-mime4j-core-0.8.3.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.james/apache-mime4j-core/0.8.3 |
Project is https://james.apache.org/mime4j/ |
| Apache James :: Mime4j :: DOM 0.8.3 |
apache-mime4j-dom-0.8.3.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.james/apache-mime4j-dom/0.8.3 |
Project is https://james.apache.org/mime4j/ |
| Apache James :: Mime4j :: Samples 0.8.3 |
apache-mime4j-examples-0.8.3.jar |
Apache License, Version 2.0 |
https://james.apache.org/mime4j/samples.html |
|
| Apache James :: Mime4j :: Mbox Iterator 0.8.3 |
apache-mime4j-mbox-iterator-0.8.3.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.james/apache-mime4j-mbox-iterator/0.8.3 |
Project is https://james.apache.org/mime4j/ |
| Apache James :: Mime4j :: Storage 0.8.3 |
apache-mime4j-storage-0.8.3.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.james/apache-mime4j-storage/0.8.3 |
Project is https://james.apache.org/mime4j/ |
| Apache Lucene Common Analyzers 4.10.4 |
lucene-analyzers-common-4.10.4.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.lucene/lucene-analyzers-common/4.10.4 |
Project is https://lucene.apache.org/ |
| Apache Lucene (module: Core) 4.10.4 |
lucene-core-4.10.4.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.lucene/lucene-core/4.10.4 |
Project is https://lucene.apache.org/ |
| Apache Lucene (module: Queries) 4.10.4 |
lucene-queries-4.10.4.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.lucene/lucene-queries/4.10.4 |
Project is https://lucene.apache.org/ |
| Apache Lucene (module: Queryparser) 4.10.4 |
lucene-queryparser-4.10.4.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.lucene/lucene-queryparser/4.10.4 |
Project is https://lucene.apache.org/ |
| Apache Lucene Spatial 4.10.4 |
lucene-spatial-4.10.4.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.lucene/lucene-spatial/4.10.4 |
Project is https://lucene.apache.org/ |
| Apache MortBay :: Apache EL :: API and Implementation 8.0.9.M3 |
apache-el-8.0.9.M3.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.mortbay.jasper/apache-el/8.0.9.M3 |
|
| Apache MortBay :: Apache Jasper :: JSP Implementation » 8.0.9.M3 |
apache-jsp-8.0.9.M3.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.mortbay.jasper/apache-jsp/8.0.9.M3 |
|
| Apache Neethi 3.0.2 |
neethi-3.0.2.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.neethi/neethi/3.0.2 |
|
| Apache PDFBox 2.0.5 |
pdfbox-2.0.5.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.pdfbox/pdfbox/2.0.5 |
|
| Apache POI 3.1.5 |
poi-3.15.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.poi/poi/3.15 |
|
| Apache Tapestry 4.0.2 |
tapestry-4.0.2.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/tapestry/tapestry/4.0.2 |
|
| Apache Tika 1.18 |
tika-core-1.18.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.tika/tika-core/1.18 |
Project is http://tika.apache.org/ |
| Apache Tuscany SDO API 1.1.1 |
tuscany-sdo-api-r2.1-1.1.1.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.tuscany.sdo/tuscany-sdo-api-r2.1/1.1.1 |
|
| Apache Tuscany SDO Implementation 1.1.1 |
tuscany-sdo-impl-1.1.1.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.tuscany.sdo/tuscany-sdo-impl/1.1.1 |
|
| Apache Tuscany SDO Library 1.1.1 |
tuscany-sdo-lib-1.1.1.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.tuscany.sdo/tuscany-sdo-lib/1.1.1 |
|
| Apache Tuscany SDO Tools 1.1.1 |
tuscany-sdo-tools-1.1.1.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.tuscany.sdo/tuscany-sdo-tools/1.1.1 |
|
| Apache TinkerPop :: Gremlin Groovy 3.2.3 |
gremlin-groovy-3.2.3.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.tinkerpop/gremlin-groovy/3.2.3 |
|
| Apache TinkerPop :: Gremlin Core 3.2.3 |
gremlin-core-3.2.3.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.tinkerpop/gremlin-core/3.2.3 |
|
| Apache TinkerPop :: Gremlin Shaded 3.2.3 |
gremlin-shaded-3.2.3.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.tinkerpop/gremlin-shaded/3.2.3 |
|
| Apache TinkerPop :: TinkerGraph Gremlin 3.2.3 |
tinkergraph-gremlin-3.2.3.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.tinkerpop/tinkergraph-gremlin/3.2.3 |
|
| Apache Velocity 1.7 |
velocity-1.7.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.velocity/velocity/1.7 |
|
| Apache Xerces2 J 2.11.0 |
xercesImpl-2.11.0.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/xerces/xercesImpl/2.11.0 |
|
| Apache XML Graphics Commons 2.0 |
xmlgraphics-commons-2.0.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.xmlgraphics/xmlgraphics-commons/2.0 |
|
| Apache XML Xalan Java Serializer 2.7.2 |
serializer-2.7.2.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/xalan/serializer/2.7.2 |
|
| Apache XML Xalan Java 2.7.2 |
xalan-2.7.2.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/xalan/xalan/2.7.2 |
|
| Apache XML-Commons 1.4.01 |
xml-apis-1.4.01.jar |
Apache License, Version 2.0 and W3C Software License |
https://mvnrepository.com/artifact/xml-apis/xml-apis/1.4.01 |
|
| Apache XML-Commons 1.3.04 |
xml-apis-1.3.04.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/xml-apis/xml-apis/1.3.04 |
This is being forced in, even though a dependency brings in the newer version. |
| Apache XML-Commons External Components XML APIs Extensions 1.3.04 |
xml-apis-ext-1.3.04.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/xml-apis/xml-apis-ext/1.3.04 |
|
| Apache XMLSchema 1.4.7 |
XmlSchema-1.4.7.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.ws.commons.schema/XmlSchema/1.4.7 |
|
| Barbecue 1.5-beta1 |
barbecue-1.5-beta1.jar |
BSD License |
http://barbecue.sourceforge.net/ |
|
| Bootstrap 3.3.7-dist (js) |
bootstrap-3.3.7-dist.zip |
MIT License |
https://proj.goldencode.com/artifacts/javascript/bootstrap-3.3.7-dist.zip |
|
| Bouncy Castle ASN.1 Extension and Utility APIs 1.69 |
bcutil-jdk15to18-1.69.jar |
MIT License |
https://mvnrepository.com/artifact/org.bouncycastle/bcutil-jdk15to18/1.69 |
Project is http://www.bouncycastle.org/latest_releases.html |
| Bouncy Castle JSSE Provider and TLS/DTLS API 1.69 |
bctls-jdk15to18-1.69.jar |
MIT License |
https://mvnrepository.com/artifact/org.bouncycastle/bctls-jdk15to18/1.69 |
Project is http://www.bouncycastle.org/latest_releases.html |
| Bouncy Castle OpenPGP API 1.69 |
bcpg-jdk15to18-1.69.jar |
MIT License |
https://mvnrepository.com/artifact/org.bouncycastle/bcpg-jdk15to18/1.69 |
Project is http://www.bouncycastle.org/latest_releases.html |
| Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs 1.69 |
bcpkix-jdk15to18-1.69.jar |
MIT License |
https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15to18/1.69 |
Project is http://www.bouncycastle.org/latest_releases.html |
| Bouncy Castle Provider 1.69 |
bcprov-jdk15to18-1.69.jar |
MIT License |
https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15to18/1.69 |
Project is http://www.bouncycastle.org/latest_releases.html |
| Bouncy Castle S/MIME API 1.69 |
bcmail-jdk15to18-1.69.jar |
MIT License |
https://mvnrepository.com/artifact/org.bouncycastle/bcmail-jdk15on/1.69 |
Project is http://www.bouncycastle.org/latest_releases.html |
| Carrot Search HPPC 0.7.1 |
hppc-0.7.1.jar |
Apache License, Version 2.0 |
https://labs.carrotsearch.com/hppc.html |
|
| Castor CORE Core Code/functionality 1.3.3-rc1 |
castor-core-1.3.3.jar |
Originally BSD-style, post-0.9.7 Apache License 2.0 |
https://mvnrepository.com/artifact/org.codehaus.castor/castor-core/1.3.3-rc1 |
Project is http://castor-data-binding.github.io/castor/ |
| Castor XML Core 1.3.3 |
castor-xml-1.3.3.jar |
Originally BSD-style, post-0.9.7 Apache License 2.0 |
https://mvnrepository.com/artifact/org.codehaus.castor/castor-xml/1.3.3 |
Project is http://castor-data-binding.github.io/castor/ |
| CheckBox Tree v0.9.4-0 (js) |
cbtree-v0.9.4-0.zip |
BSD 2-Clause / The New BSD License / The Academic Free License |
https://proj.goldencode.com/artifacts/javascript/cbtree-v0.9.4-0.zip |
|
| Codahale Metrics 3.0.1 |
metrics-core-3.0.1.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/com.codahale.metrics/metrics-core/3.0.1 |
|
| Code Generation Library (CGLib) 2.1_3 |
cglib-2.1_3.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/cglib/cglib/2.1_3 |
Project is http://sourceforge.net/projects/cglib/files/ |
| Code Generation Library (CGLIB) 2.2.1-v20090111 |
cglib-2.2.1-v20090111.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.sonatype.sisu.inject/cglib/2.2.1-v20090111 |
Project is http://sourceforge.net/projects/cglib/files/ |
| Colt 1.2 |
colt-1.2.0.jar |
Proprietary Open Source License |
https://dst.lbl.gov/ACSSoftware/colt/colt-download/releases/ |
Gets build with ./gradlew all and placed in ./build/lib.gwt |
| Concurrent Backport 3.0 |
backport-util-concurrent-3.0.jar |
Public Domain |
http://backport-jsr166.sourceforge.net/ |
See http://backport-jsr166.sourceforge.net/ |
| CSS Parser 0.9.18 |
cssparser-0.9.18.jar |
Apache License, Version 2.0 |
http://cssparser.sourceforge.net/ |
|
| CyberNeko HTML Parser 1.9.22 |
nekohtml-1.9.22.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/net.sourceforge.nekohtml/nekohtml/1.9.22 |
|
| Data-Driven Documents (d3) 4.9.1 (js) |
d3-4.9.1.zip |
ISC License |
https://proj.goldencode.com/artifacts/javascript/d3-4.9.1.zip |
The ISC license is functionally equivalent to the BSD 2-Clause and MIT licenses, removing some language that is no longer necessary. |
| Dojo Toolkit 1.10.0 |
dojo-1.10.0-distribution.zip |
BSD license |
https://dojotoolkit.org/download/ |
|
| Dom4j 1.6.1 |
dom4j-1.6.1.jar |
BSD style license |
https://dom4j.github.io/ |
Also distributed as bundle of Hibernate under LGPL license |
| Eclipse Modeling Framework (EMF Ecore) 2.2.3 |
ecore-2.2.3.jar |
Eclipse Public License - v 2.0 |
https://mvnrepository.com/artifact/org.eclipse.emf/ecore/2.2.3 |
Project is https://projects.eclipse.org/projects/modeling.emf.emf |
| Eclipse Modeling Framework (EMF Ecore) 2.2.3 |
codegen-2.2.3.jar |
Eclipse Public License - v 2.0 |
https://repo1.maven.org/maven2/org/eclipse/emf/codegen/2.2.3/ |
Maven repository shows ecore, but not codegen. This was the only place I could find the codegen-2.2.3.jar |
| Eclipse Modeling Framework (EMF Codegen Ecore) 2.2.3 |
codegen-ecore-2.2.3.jar |
Eclipse Public License - v 2.0 |
https://mvnrepository.com/artifact/org.eclipse.emf/codegen-ecore/2.2.3 |
|
| Eclipse Modeling Framework (EMF Common) 2.2.3 |
common-2.2.3.jar |
Eclipse Public License - v 2.0 |
https://mvnrepository.com/artifact/org.eclipse.emf/common/2.2.3 |
|
| Eclipse Modeling Framework (EMF Ecore Change) 2.2.3 |
ecore-change-2.2.3.jar |
Eclipse Public License - v 2.0 |
https://mvnrepository.com/artifact/org.eclipse.emf/ecore-change/2.2.3 |
|
| Eclipse Modeling Framework (EMF Ecore XMI) 2.2.3 |
ecore-xmi-2.2.3.jar |
Eclipse Public License - v 2.0 |
https://mvnrepository.com/artifact/org.eclipse.emf/ecore-xmi/2.2.3 |
|
| Eclipse Java Development Toolkit (JDT) 4.4.2 |
ecj-4.4.2.jar |
Eclipse Public License - v 2.0 |
https://www.eclipse.org/jdt/ |
|
| Eclipse Jetty :: Websocket :: API 9.2.13.v20150730 |
websocket-api-9.2.13.v20150730.jar |
Eclipse Public License Version 1.0 (EPL) as well as the Apache Software License Version 2.0 |
https://mvnrepository.com/artifact/org.eclipse.jetty.websocket/websocket-api/9.2.13.v20150730 |
|
| Eclipse Jetty :: Websocket :: Client 9.2.13.v20150730 |
websocket-client-9.2.13.v20150730.jar |
Eclipse Public License Version 1.0 (EPL) as well as the Apache Software License Version 2.0 |
https://mvnrepository.com/artifact/org.eclipse.jetty.websocket/websocket-client/9.2.13.v20150730 |
|
| Eclipse Jetty :: Websocket :: Common 9.2.13.v20150730 |
websocket-common-9.2.13.v20150730.jar |
Eclipse Public License Version 1.0 (EPL) as well as the Apache Software License Version 2.0 |
https://mvnrepository.com/artifact/org.eclipse.jetty.websocket/websocket-common/9.2.13.v20150730 |
|
| Eclipse XSD (XML Schema Definition) 2.2.3 |
xsd-2.2.3.jar |
Eclipse Public License Version 1.0 (EPL) as well as the Apache Software License Version 2.0 |
https://mvnrepository.com/artifact/org.eclipse.xsd/xsd/2.2.3 |
|
| Ehcache 2.6.2 |
ehcache-core-2.6.2.jar |
Apache License, Version 2.0 |
http://ehcache.org |
Also distributed as bundle of Hibernate under LGPL license |
| Error Prone 2.0.15 |
error_prone_annotations-2.0.15.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/com.google.errorprone/error_prone_annotations/2.0.15 |
Project is https://errorprone.info/ |
| Esoteric Software reflectasm 1.11.3 |
reflectasm-1.11.3.jar |
BSD 3-Clause License |
https://github.com/EsotericSoftware/reflectasm |
|
| FasterXML Jackson Annotations 2.11.1 |
jackson-annotations-2.11.1.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations/2.11.1 |
Project is https://github.com/FasterXML |
| FasterXML Jackson Annotations 2.11.1 (Sources) |
jackson-annotations-2.11.1-sources.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations/2.11.1 |
Project is https://github.com/FasterXML |
| FasterXML Jackson Core 2.11.1 |
jackson-core-2.11.1.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core/2.11.1 |
|
| FasterXML Jackson Databind 2.11.1 |
jackson-databind-2.11.1.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind/2.11.1 |
|
| FasterXML Jackson JAXRS: Base 2.11.1 |
jackson-jaxrs-base-2.11.1.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/2.11.1 |
|
| FasterXML Jackson JAXRS: JSON 2.11.1 |
jackson-jaxrs-json-provider-2.11.1.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/2.11.1 |
|
| FasterXML Jackson Module JAXB Annotations 2.11.1 |
jackson-module-jaxb-annotations-2.11.1.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/com.fasterxml.jackson.module/jackson-module-jaxb-annotations/2.11.1 |
|
| FasterXML Woodstox 6.2.6 |
woodstox-core-6.2.6.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/com.fasterxml.woodstox/woodstox-core/6.2.6 |
|
| FontBundle v1 (js) |
font-bundle-v1.zip |
Apache License, Version 2.0 |
https://proj.goldencode.com/artifacts/javascript/font-bundle-v1.zip |
iconfont from https://github.com/google/material-design-icons/,
material-design-icons from https://github.com/Templarian/MaterialDesign-Webfont/,
rob |
| FreeMarker 2.3.31 |
freemarker-2.3.31.jar |
Apache License, Version 2.0 |
https://freemarker.apache.org/ |
|
| Google Gson 2.6.2 |
gson-2.6.2.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/com.google.code.gson/gson/2.6.2 |
Project is https://github.com/google/gson |
| Google Guava GWT Compatible Libraries 21.0 |
guava-gwt-21.0.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/com.google.guava/guava-gwt/21.0 |
Project is https://github.com/google/guava |
| Google Guava Core Libraries For Java 19.0 |
guava-19.0.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/com.google.guava/guava/19.0 |
Project is https://github.com/google/guava |
| Google Guice Core Library 3.0 |
guice-3.0.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/com.google.inject/guice/3.0 |
Project is https://github.com/google/guice |
| Google Guice Extensions AssistedInject 3.0 |
guice-assistedinject-3.0.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/com.google.inject.extensions/guice-assistedinject/3.0 |
Project is https://github.com/google/guice |
| Google Guice Extensions MultiBindings 3.0 |
guice-multibindings-3.0.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/com.google.inject.extensions/guice-multibindings/3.0 |
Project is https://github.com/google/guice |
| Google Web Toolkit (GWT Dev) 2.8.0 |
gwt-dev-2.8.0.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/com.google.gwt/gwt-dev/2.8.0 |
Project is http://www.gwtproject.org/ |
| Google Web Toolkit (GWT User) 2.8.0 |
gwt-user-2.8.0.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/com.google.gwt/gwt-user/2.8.0 |
Project is http://www.gwtproject.org/ |
| Google Web Toolkit (GWT Codeserver) 2.8.0 |
gwt-codeserver-2.8.0.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/com.google.gwt/gwt-codeserver/2.8.0 |
Project is http://www.gwtproject.org/ |
| Google Web Toolkit (Bean Validation API ) 1.0.0.GA |
validation-api-1.0.0.GA.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/javax.validation/validation-api/1.0.0.GA |
Project is http://www.gwtproject.org/ |
| Google Web Toolkit (Bean Validation API ) 1.0.0.GA (Sources) |
validation-api-1.0.0.GA-sources.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/javax.validation/validation-api/1.0.0.GA |
Project is http://www.gwtproject.org/ |
| Google ZXing 3.2.1 |
core-3.2.1.jar |
Apache License, Version 2.0 |
https://opensource.google/projects/zxing |
|
| Google GWT INjection 2.1.2 |
gin-2.1.2.jar |
Apache License, Version 2.0 |
https://code.google.com/archive/p/google-gin/ |
|
| Google GWT Validation 2.1 |
gwt-validation-2.1.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/com.googlecode.gwt-validation/gwt-validation |
|
| Google J2ObjC 1.1 |
j2objc-annotations-1.1.jar |
Apache License, Version 2.0 |
http://j2objc.org/ |
|
| Google Javax Ainject 1 |
javax.inject-1.jar |
Apache License, Version 2.0 |
https://code.google.com/archive/p/atinject/ |
|
| GWT Bootstrap3 0.9.4 |
gwtbootstrap3-0.9.4.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.gwtbootstrap3/gwtbootstrap3/0.9.4 |
Project is https://github.com/gwtbootstrap3/gwtbootstrap3 |
| GWT Bootstrap3 Extras 0.9.4 |
gwtbootstrap3-extras-0.9.4.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.gwtbootstrap3/gwtbootstrap3-extras/0.9.4 |
Project is https://github.com/gwtbootstrap3/gwtbootstrap3 |
| GWT Jackson 0.14.1 |
gwt-jackson-0.14.1.jar |
Apache License, Version 2.0 |
https://github.com/nmorel/gwt-jackson |
|
| GWT Platform Clients Common 1.6 |
gwtp-clients-common-1.6.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/com.gwtplatform/gwtp-clients-common/1.6 |
|
| GWT Platform Dispatch, Common Client Files 1.6 |
gwtp-dispatch-common-client-1.6.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/com.gwtplatform/gwtp-dispatch-common-client/1.6 |
|
| GWT Platform REST Dispatch 1.6 |
gwtp-dispatch-rest-1.6.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/com.gwtplatform/gwtp-dispatch-rest/1.6 |
|
| GWT Platform MVP Client 1.6 |
gwtp-mvp-client-1.6.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/com.gwtplatform/gwtp-mvp-client/1.6 |
|
| GWT Platform MVP Shared 1.6 |
gwtp-mvp-shared-1.6.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/com.gwtplatform/gwtp-mvp-shared/1.6 |
|
| H2 Database 1.4.200-6 |
fwd-h2-1.4.200-6.jar |
MPL 1.1 or EPL 1.0 |
https://proj.goldencode.com/artifacts/com/goldencode/fwd-h2/1.4.200-6/fwd-h2-1.4.200-6.jar |
|
| Highly Scalable Java 1.1.2 |
high-scale-lib-1.1.2.jar |
Proprietary Open Source License |
https://stephenc.github.io/high-scale-lib/project-info.html |
|
| HtmlUnit 2.19 |
htmlunit-2.19.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/net.sourceforge.htmlunit/htmlunit/2.19 |
Project is https://htmlunit.sourceforge.io/ |
| HtmlUnit Core JS 2.17 |
htmlunit-core-js-2.17.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/net.sourceforge.htmlunit/htmlunit-core-js/2.17 |
Project is https://htmlunit.sourceforge.io/ |
| IKVM.NET 8.1.5717.0 |
ikvmbin-8.1.5717.0.zip |
GPL v2 with ClassPath exception. See https://sourceforge.net/p/ikvm/wiki/License/ |
https://proj.goldencode.com/downloads/ikvm/ikvmbin-8.1.5717.0.zip |
The original link http://www.frijters.net/ikvmbin-8.1.5717.0.zip does not work any more. The InternetArchive provides a snapshot dated May 2021. |
| Intarsys Iscwt 5.5 |
iscwt-5.5.jar |
BSD 3-Clause License |
https://mvnrepository.com/artifact/de.intarsys.opensource/iscwt/5.5 |
Project is https://repo1.maven.org/maven2/de/intarsys/opensource/iscwt/ |
| Intarsys Isfreetype 5.5 |
isfreetype-5.5.jar |
BSD 3-Clause License |
https://mvnrepository.com/artifact/de.intarsys.opensource/isfreetype/5.5 |
Project is https://repo1.maven.org/maven2/de/intarsys/opensource/iscwt/ |
| Intarsys Isnativec 5.5 |
isnativec-5.5.jar |
BSD 3-Clause License |
https://mvnrepository.com/artifact/de.intarsys.opensource/isnativec/5.5 |
Project is https://repo1.maven.org/maven2/de/intarsys/opensource/iscwt/ |
| Intarsys Isrt 4.10 |
isrt-4.10.jar |
BSD 3-Clause License |
https://mvnrepository.com/artifact/de.intarsys.opensource/isrt/4.10 |
Project is https://repo1.maven.org/maven2/de/intarsys/opensource/iscwt/ |
| Intarsys JBIG2 5.5.1 |
jbig2-5.5.1.jar |
BSD 3-Clause License |
https://mvnrepository.com/artifact/de.intarsys.opensource/jbig2/5.5.1 |
Project is https://repo1.maven.org/maven2/de/intarsys/opensource/iscwt/ |
| Jakarta Activation 1.2.1 |
jakarta.activation-api-1.2.1.jar |
Eclipse Distribution License (EDL) v1.0 |
https://eclipse-ee4j.github.io/jaf/ |
|
| Jakarta Commons Logging over SLF4J 1.7.36 |
jcl-over-slf4j-1.7.36.jar |
MIT License |
https://mvnrepository.com/artifact/org.slf4j/jcl-over-slf4j/1.7.36 |
|
| Jakarta XML Binding 2.3.2 |
jakarta.xml.bind-api-2.3.2.jar |
Eclipse Distribution License (EDL) v1.0 |
https://eclipse-ee4j.github.io/jaxb-ri/ |
|
| JanusGraph Core: Core Library For JanusGraph 0.1.0 |
janusgraph-core-0.1.0.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.janusgraph/janusgraph-core/0.1.0 |
Project is http://janusgraph.org |
| JanusGraph BerkeleyJE: Distributed Graph Database 0.1.0 |
janusgraph-berkeleyje-0.1.0.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.janusgraph/janusgraph-berkeleyje/0.1.0 |
Project is http://janusgraph.org |
| JanusGraph Lucene: Indexing Support 0.1.0 |
janusgraph-lucene-0.1.0.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.janusgraph/janusgraph-lucene/0.1.0 |
Project is http://janusgraph.org |
| JasperReports 6.5.1 |
jasperreports-6.5.1.jar |
GNU Lesser General Public License 3.0 |
https://mvnrepository.com/artifact/net.sf.jasperreports/jasperreports/6.5.1 |
Project is http://jasperreports.sourceforge.net |
| Java Advanced Imaging Core 1.1.3 |
jai-core-1.1.3.jar |
Oracle Binary Code License Agreement |
https://mvnrepository.com/artifact/javax.media/jai-core/1.1.3 |
Project is https://www.oracle.com/java/technologies/advanced-imaging-api.html |
| Java Advanced Imaging Codec 1.1.3 |
jai-codec-1.1.3.jar |
Oracle Binary Code License Agreement |
https://mvnrepository.com/artifact/com.sun.media/jai-codec/1.1.3 |
Project is https://www.oracle.com/java/technologies/advanced-imaging-api.html |
| Java API JSR 374 (JSON Processing) Default Provider 1.0 |
javax.json-1.0.jar |
Dual license consisting of the CDDL v1.1 and GPL v2 with ClassPath exception |
https://mvnrepository.com/artifact/org.glassfish/javax.json/1.0 |
Project is https://mvnrepository.com/artifact/org.glassfish/javax.json/1.0 |
| Java API JSR 374 (JSON Processing) API 1.1.4 |
javax.json-api-1.1.4.jar |
Dual license consisting of the CDDL v1.1 and GPL v2 with ClassPath exception |
https://mvnrepository.com/artifact/javax.json/javax.json-api/1.1.4 |
Project is https://mvnrepository.com/artifact/javax.json/javax.json-api/1.1.4 |
| Java Native Access 4.1 |
jna-4.1.0.jar |
Apache License, Version 2.0 or GNU Lesser General Public License 2.1 |
https://github.com/java-native-access/jna |
|
| Java Servlet API 3.1 |
javax.servlet-api-3.1.0.jar |
Dual license consisting of the CDDL v1.1 and GPL v2 with ClassPath exception |
https://github.com/javaee/servlet-spec |
Also distributed as bundle of Jetty under Apache License Version 2.0 |
| Java Transaction API 1.1 |
jta-1.1.jar |
Sun ENTITLEMENT for SOFTWARE CDDL Version 1.0 |
http://download.oracle.com/otndocs/jcp/jta-1.1-classes-oth-JSpec/ |
Also distributed as bundle of:
• Java EE under Oracle Binary Code License Agreement license
• Hibernate under LGPL license
• Jetty under Apache License Version 2.0 |
| javatuples 1.2 |
javatuples-1.2.jar |
Apache License, Version 2.0 |
https://www.javatuples.org/ |
|
| JavaMail API 1.5.6 |
javax.mail-1.5.6.jar |
Dual license consisting of the CDDL v1.0 and GPL v2 with ClassPath exception |
https://github.com/javaee/javamail/releases/tag/JAVAMAIL-1_5_6 |
Version archived. Now Jakarta mail is active: https://github.com/eclipse-ee4j/mail |
| JavaMail API 1.4 |
mail-1.4.jar |
CDDL v1.0 |
https://mvnrepository.com/artifact/javax.mail/mail/1.4 |
Seems to duplicate above. |
| Javassist 3.19.0-GA |
javassist-3.19.0-GA.jar |
Triple license of the MPL, the LGPL, and the Apache License |
https://mvnrepository.com/artifact/org.javassist/javassist/3.19.0-GA |
Project is http://www.javassist.org/ |
| Javax Annotation API 1.2 |
javax.annotation-api-1.2.jar |
Dual license consisting of the CDDL v1.1 and GPL v2 with ClassPath exception |
https://mvnrepository.com/artifact/javax.annotation/javax.annotation-api |
|
| JBoss Transaction API 1.1 spec-1.0.0 Final |
jboss-transaction-api_1.1_spec-1.0.0.Final.jar |
GNU Lesser General Public License 2.1 |
https://mvnrepository.com/artifact/org.jboss.spec.javax.transaction/jboss-transaction-api_1.1_spec/1.0.0.Final |
|
| jcabi Log 0.14 |
jcabi-log-0.14.jar |
BSD License |
https://github.com/jcabi/jcabi-log/tree/jcabi-0.14 |
|
| jcabi Manifests 1.1 |
jcabi-manifests-1.1.jar |
BSD License |
https://github.com/jcabi/jcabi-manifests/tree/1.1 |
|
| Jetty :: Aggregate :: All Core Jetty 9.4.22.v20191022 |
jetty-all-9.4.22.v20191022-uber.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.eclipse.jetty.aggregate/jetty-all/9.4.22.v20191022 |
Project is http://www.eclipse.org/jetty/downloads.php
Linux repositories (6.1.24)
The distribution license also covers other libraries among which: Java Servlet API and Java Transaction API |
| Jetty :: Servlet Annotations 9.2.14.v20151106 |
jetty-annotations-9.2.14.v20151106.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-annotations/9.2.14.v20151106 |
Project is http://www.eclipse.org/jetty/downloads.php
Linux repositories (6.1.24)
The distribution license also covers other libraries among which: Java Servlet API and Java Transaction API |
| Jetty :: Continuation 9.2.14.v20151106 |
jetty-continuation-9.2.14.v20151106.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-continuation/9.2.14.v20151106 |
Project is http://www.eclipse.org/jetty/downloads.php
Linux repositories (6.1.24)
The distribution license also covers other libraries among which: Java Servlet API and Java Transaction API |
| Jetty :: Http Utility 9.2.14.v20151106 |
jetty-http-9.2.14.v20151106.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-http/9.2.14.v20151106 |
Project is http://www.eclipse.org/jetty/downloads.php
Linux repositories (6.1.24)
The distribution license also covers other libraries among which: Java Servlet API and Java Transaction API |
| Jetty :: Apache JSP Implementation 9.2.14.v20151106 |
apache-jsp-9.2.14.v20151106.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.eclipse.jetty/apache-jsp/9.2.14.v20151106 |
Project is http://www.eclipse.org/jetty/downloads.php
Linux repositories (6.1.24)
The distribution license also covers other libraries among which: Java Servlet API and Java Transaction API |
| Jetty :: IO Utility 9.2.14.v20151106 |
jetty-io-9.2.14.v20151106.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-io/9.2.14.v20151106 |
Project is http://www.eclipse.org/jetty/downloads.php
Linux repositories (6.1.24)
The distribution license also covers other libraries among which: Java Servlet API and Java Transaction API |
| Jetty :: Proxy 9.4.22.v20191022 |
jetty-proxy-9.4.22.v20191022.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-proxy/9.4.22.v20191022 |
Project is http://www.eclipse.org/jetty/downloads.php
Linux repositories (6.1.24)
The distribution license also covers other libraries among which: Java Servlet API and Java Transaction API |
| Jetty :: Plus 9.2.14.v20151106 |
jetty-plus-9.2.14.v20151106.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-plus/9.2.14.v20151106 |
Project is http://www.eclipse.org/jetty/downloads.php
Linux repositories (6.1.24)
The distribution license also covers other libraries among which: Java Servlet API and Java Transaction API |
| Jetty :: JNDI Naming 9.2.14.v20151106 |
jetty-jndi-9.2.14.v20151106.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-jndi/9.2.14.v20151106 |
Project is http://www.eclipse.org/jetty/downloads.php
Linux repositories (6.1.24)
The distribution license also covers other libraries among which: Java Servlet API and Java Transaction API |
| Jetty :: Security 9.2.14.v20151106 |
jetty-security-9.2.14.v20151106.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-security/9.2.14.v20151106 |
Project is http://www.eclipse.org/jetty/downloads.php
Linux repositories (6.1.24)
The distribution license also covers other libraries among which: Java Servlet API and Java Transaction API |
| Jetty :: Server Core 9.2.14.v20151106 |
jetty-server-9.2.14.v20151106.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-server/9.2.14.v20151106 |
Project is http://www.eclipse.org/jetty/downloads.php
Linux repositories (6.1.24)
The distribution license also covers other libraries among which: Java Servlet API and Java Transaction API |
| Jetty :: Servlet Handling 9.2.14.v20151106 |
jetty-servlet-9.2.14.v20151106.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-servlet/9.2.14.v20151106 |
Project is http://www.eclipse.org/jetty/downloads.php
Linux repositories (6.1.24)
The distribution license also covers other libraries among which: Java Servlet API and Java Transaction API |
| Jetty :: Utility Servlets and Filters 9.2.14.v20151106 |
jetty-servlets-9.2.14.v20151106.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-servlets/9.2.14.v20151106 |
Project is http://www.eclipse.org/jetty/downloads.php
Linux repositories (6.1.24)
The distribution license also covers other libraries among which: Java Servlet API and Java Transaction API |
| Jetty :: Utilities 9.2.14.v20151106 |
jetty-util-9.2.14.v20151106.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-util/9.2.14.v20151106 |
Project is http://www.eclipse.org/jetty/downloads.php
Linux repositories (6.1.24)
The distribution license also covers other libraries among which: Java Servlet API and Java Transaction API |
| Jetty :: Webapp Application Support 9.2.14.v20151106 |
jetty-webapp-9.2.14.v20151106.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-webapp/9.2.14.v20151106 |
Project is http://www.eclipse.org/jetty/downloads.php
Linux repositories (6.1.24)
The distribution license also covers other libraries among which: Java Servlet API and Java Transaction API |
| Jetty :: XML Utilities 9.2.14.v20151106 |
jetty-xml-9.2.14.v20151106.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-xml/9.2.14.v20151106 |
Project is http://www.eclipse.org/jetty/downloads.php
Linux repositories (6.1.24)
The distribution license also covers other libraries among which: Java Servlet API and Java Transaction API |
| Jetty :: Schemas 3.1.M0 |
jetty-schemas-3.1.M0.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.eclipse.jetty.toolchain/jetty-schemas/3.1.M0 |
Project is http://www.eclipse.org/jetty/downloads.php
Linux repositories (6.1.24)
The distribution license also covers other libraries among which: Java Servlet API and Java Transaction API |
| JFree Common 1.0.23 |
jcommon-1.0.23.jar |
GNU Lesser General Public License 2.1 |
https://mvnrepository.com/artifact/org.jfree/jcommon/1.0.23 |
|
| JFreeChart 1.0.19 |
jfreechart-1.0.19.jar |
GNU Lesser General Public License 2.1 |
https://mvnrepository.com/artifact/org.jfree/jfreechart/1.0.19 |
|
| JLine 2.12 |
jline-2.12.jar |
BSD 2-Clause / The New BSD License / The Academic Free License |
https://github.com/jline/jline2 |
|
| jose.4.j 0.5.5 |
jose4j-0.5.5.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.bitbucket.b_c/jose4j/0.5.5 |
|
| jPod intarsys PDF library 5.5.1 |
jPod-5.5.1.jar |
BSD 3-Clause License |
https://sourceforge.net/projects/jpodlib/ |
|
| Jquery 3.2.1 (js) |
jquery-3.2.1.zip |
MIT License |
https://proj.goldencode.com/artifacts/javascript/jquery-3.2.1.zip |
|
| Jquery Loading Overlay 1.5.3 (js) |
jquery-loading-overlay-1.5.3.zip |
MIT License |
https://proj.goldencode.com/artifacts/javascript/jquery-loading-overlay-1.5.3.zip |
|
| Jquery UI 1.12.1.custom (js) |
jquery-ui-1.12.1.custom.zip |
MIT License |
https://proj.goldencode.com/artifacts/javascript/jquery-ui-1.12.1.custom.zip |
|
| JsInterop Annotations 1.0.1 |
jsinterop-annotations-1.0.1.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/com.google.jsinterop/jsinterop-annotations/1.0.1 |
Project is https://github.com/google/jsinterop-annotations |
| JsInterop Annotations 1.0.1 (Sources) |
jsinterop-annotations-1.0.1-sources.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/com.google.jsinterop/jsinterop-annotations/1.0.1 |
Project is https://github.com/google/jsinterop-annotations |
| JUnixSocket Common 1.0.2 |
junixsocket-common-1.0.2.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/no.fiken.oss.junixsocket/junixsocket-common/1.0.2 |
Project is https://github.com/kohlschutter/junixsocket |
| JUnixSocket Native 1.0.2 |
junixsocket-native-common-1.0.2.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/no.fiken.oss.junixsocket/junixsocket-native/1.0.2 |
Project is https://github.com/kohlschutter/junixsocket |
| Golden Code Development Keikai bridge 1.0.0 |
fwd-keikai-bridge-1.0.0.jar |
Affero General Public License v3 |
https://proj.goldencode.com/artifacts/com/goldencode/fwd-keikai-bridge/1.0.0/fwd-keikai-bridge-1.0.0.jar |
Bundled inside fwd_sheet.war; FWD-side glue for the Keikai spreadsheet stack. |
| iText 2.1.7 |
itext-2.1.7.jar |
Mozilla Public License |
https://mvnrepository.com/artifact/com.lowagie/itext/2.1.7 |
Even though we aren’t commercial, are there questions about the use: https://kb.itextpdf.com/home/it5kb/faq/can-itext-2-1-7-itextsharp-4-1-6-or-earlier-be-used-commercially |
| MariaDb JDBC Driver 3.0.7 |
mariadb-java-client-3.0.7.jar |
GPL license, version 2 |
https://mariadb.com/downloads/connectors/connectors-data-access/java8-connector |
|
| Material Design UI components for the web 0.37.0 (js) |
material-components-web-0.37.0.zip |
Apache License, Version 2.0 |
https://proj.goldencode.com/artifacts/javascript/material-components-web-0.37.0.zip |
|
| Material Design icons by Google 96 (js) |
material-design-icons-96.zip |
SIL OPEN FONT LICENSE Version 1.1 |
https://proj.goldencode.com/artifacts/javascript/material-design-icons-96.zip |
Project is https://github.com/Templarian/MaterialDesign-Webfont/ |
| Mchange C3p0 0.9.5.2 |
c3p0-0.9.5.2.jar |
Dual License: GNU Lesser General Public License 2.1 and Eclipse Public License - v 1.0 |
https://github.com/swaldman/c3p0 |
Also distributed as bundle of Hibernate under LGPL license. |
| Mchange Commons Java 0.2.11 |
mchange-commons-java-0.2.11.jar |
Dual License: GNU Lesser General Public License 2.1 and Eclipse Public License - v 1.0 |
https://mvnrepository.com/artifact/com.mchange/mchange-commons-java/0.2.11 |
|
| Mindrot jBCrypt 0.4 |
jBCrypt-jbcrypt-0.4.jar |
ISC/BSD licence |
http://www.mindrot.org/projects/jBCrypt/ |
|
| Multi-Schema Validator (MSV) 2010.2 |
msv-core-2010.2.jar |
BSD 2-Clause / The New BSD License / The Academic Free License |
https://github.com/xmlark/msv |
|
| Multi-Schema Validator (MSV) XML Schema Library 2010.1 |
xsdlib-2010.1.jar |
BSD 2-Clause / The New BSD License / The Academic Free License |
https://mvnrepository.com/artifact/com.sun.msv.datatype.xsd/xsdlib/2010.1 |
|
| Olap4J 1.2.0 |
olap4j-1.2.0.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.olap4j/olap4j/1.2.0 |
|
| Oracle NoSQL Database Server 7.3.7 |
je-7.3.7.jar |
Oracle Sleepycat License |
https://mvnrepository.com/artifact/com.sleepycat/je/7.3.7 |
|
| OW2 ASM 5.0.4 |
asm-5.0.4.jar |
3-Clause BSD |
https://mvnrepository.com/artifact/org.ow2.asm/asm/5.0.4 |
http://asm.ow2.io/
Linux repositories (3.3.2-1) |
| OW2 ASM 5.0.3 |
asm-5.0.3.jar |
3-Clause BSD |
https://mvnrepository.com/artifact/org.ow2.asm/asm/5.0.3 |
http://asm.ow2.io/
Linux repositories (3.3.2-1) |
| OW2 ASM Commons 5.0.3 |
asm-commons-5.0.3.jar |
3-Clause BSD |
https://mvnrepository.com/artifact/org.ow2.asm/asm-commons/5.0.3 |
http://asm.ow2.io/
Linux repositories (3.3.2-1) |
| OW2 ASM Tree 5.0.3 |
asm-tree-5.0.3.jar |
3-Clause BSD |
https://mvnrepository.com/artifact/org.ow2.asm/asm-tree/5.0.3 |
http://asm.ow2.io/
Linux repositories (3.3.2-1) |
| OW2 ASM Utilities 5.0.3 |
asm-util-5.0.3.jar |
3-Clause BSD |
https://mvnrepository.com/artifact/org.ow2.asm/asm-util/5.0.3 |
http://asm.ow2.io/
Linux repositories (3.3.2-1) |
| PostgreSQL JDBC Driver 42.2.5 |
postgresql-42.2.5.jar |
BSD 2-Clause / The New BSD License / The Academic Free License |
https://mvnrepository.com/artifact/org.postgresql/postgresql/42.2.5 |
|
| Quartz 2.2.1 |
quartz-2.2.1.jar |
Apache License, Version 2.0 |
https://github.com/quartz-scheduler/quartz |
|
| Reflections 0.9.9-RC1 |
reflections-0.9.9-RC1.jar |
WTFPL |
https://mvnrepository.com/artifact/org.reflections/reflections/0.9.9-RC1 |
|
| RelaxngDatatype 20020414 |
relaxngDatatype-20020414.jar |
BSD 3-Clause License |
https://mvnrepository.com/artifact/relaxngDatatype/relaxngDatatype/20020414 |
|
| RoaringBitmap 0.9.27 |
RoaringBitmap-0.9.27.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.roaringbitmap/RoaringBitmap/0.9.27 |
|
| RoaringBitmap Shims 0.9.0 |
shims-0.9.0.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.roaringbitmap/shims/0.9.0 |
|
| SciJava Native Lib Loader 2.0.2 |
native-lib-loader-2.0.2.jar |
CC0 (Creative Commons) 1.0 Universal License |
https://mvnrepository.com/artifact/org.scijava/native-lib-loader/2.0.2 |
|
| Simple API for CSS (SAC) 1.3 |
sac-1.3.jar |
W3C Software License |
https://mvnrepository.com/artifact/org.w3c.css/sac/1.3 |
|
| Simple Logging Facade for Java (SLF4J API Module) 1.7.36 |
slf4j-api-1.7.36.jar |
MIT License |
https://mvnrepository.com/artifact/org.slf4j/slf4j-api/1.7.36 |
|
| SnakeYAML |
snakeyaml-1.15.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.yaml/snakeyaml/1.15 |
|
| Spatial4J 0.4.1 |
spatial4j-0.4.1.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/com.spatial4j/spatial4j/0.4.1 |
|
| Square JavaPoet 1.0.0 |
javapoet-1.0.0.jar |
Apache License, Version 2.0 |
https://github.com/square/javapoet |
|
| StAX (Streaming API for XML) 1.2.0 |
stax-1.2.0.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/stax/stax/1.2.0 |
|
| StAX Processing API 1.0.1 |
stax-api-1.0.1.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/stax/stax/1.2.0 |
|
| StAX Utilities Project 20070216 |
stax-utils-20070216.jar |
BSD 3-Clause License |
https://mvnrepository.com/artifact/net.java.dev.stax-utils/stax-utils/20070216 |
Found license file here: https://searchcode.com/file/17900473/resources/doc/license/thirdParty/stax-utils/LICENSE/ |
| StAX2 API 4.2.1 |
stax2-api-4.2.1.jar |
BSD 2-Clause / The New BSD License / The Academic Free License |
https://mvnrepository.com/artifact/org.codehaus.woodstox/stax2-api/4.2.1 |
|
| Tabulator Master 2.12.0 (js) |
tabulator-master-2.12.0.zip |
MIT License |
https://proj.goldencode.com/artifacts/javascript/tabulator-master-2.12.0.zip |
|
| TwelveMonkeys :: Common :: Image 3.1.2 |
common-image-3.1.2.jar |
BSD 3-Clause License |
https://mvnrepository.com/artifact/com.twelvemonkeys.common/common-image/3.1.2 |
Project is https://github.com/haraldk/TwelveMonkeys |
| TwelveMonkeys :: Common :: IO 3.1.2 |
common-io-3.1.2.jar |
BSD 3-Clause License |
https://mvnrepository.com/artifact/com.twelvemonkeys.common/common-io/3.1.2 |
Project is https://github.com/haraldk/TwelveMonkeys |
| TwelveMonkeys :: Common :: Language Support 3.1.2 |
common-lang-3.1.2.jar |
BSD 3-Clause License |
https://mvnrepository.com/artifact/com.twelvemonkeys.common/common-lang/3.1.2 |
Project is https://github.com/haraldk/TwelveMonkeys |
| TwelveMonkeys :: ImageIO :: Core 3.1.2 |
imageio-core-3.1.2.jar |
BSD 3-Clause License |
https://mvnrepository.com/artifact/com.twelvemonkeys.imageio/imageio-core/3.1.2 |
Project is https://github.com/haraldk/TwelveMonkeys |
| TwelveMonkeys :: ImageIO :: BMP Plugin 3.1.2 |
imageio-bmp-3.1.2.jar |
BSD 3-Clause License |
https://mvnrepository.com/artifact/com.twelvemonkeys.imageio/imageio-bmp/3.1.2 |
Project is https://github.com/haraldk/TwelveMonkeys |
| TwelveMonkeys :: ImageIO :: Metadata 3.1.2 |
imageio-metadata-3.1.2.jar |
BSD 3-Clause License |
https://mvnrepository.com/artifact/com.twelvemonkeys.imageio/imageio-metadata/3.1.2 |
Project is https://github.com/haraldk/TwelveMonkeys |
| VirtualScroller 1 (js) |
virtualscroller-1.zip |
MIT License |
https://proj.goldencode.com/artifacts/javascript/virtualscroller-1.zip |
|
| WebCola 3.3.9 (js) |
webcola-3.3.9.zip |
MIT License |
https://proj.goldencode.com/artifacts/javascript/webcola-3.3.9.zip |
|
| Woodstox 4.2.0 |
woodstox-core-asl-4.2.0.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.codehaus.woodstox/woodstox-core-asl/4.2.0 |
|
| WSDL4J 1.6.2 |
wsdl4j-1.6.2.jar |
Common Public License 1.0 |
https://mvnrepository.com/artifact/wsdl4j/wsdl4j/1.6.2 |
|
| Project and Version |
Jar File |
License |
How to Obtain |
Observations |
| Apache Commons Codec 1.20.0 |
commons-codec-1.20.0.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/commons-codec/commons-codec/1.20.0 |
Direct dep declared as 1.15; resolved upward to 1.20.0 via io.keikai:poi. |
| Apache Commons Collections 4.5.0 |
commons-collections4-4.5.0.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.commons/commons-collections4/4.5.0 |
Transitive of io.keikai:poi. |
| Apache Commons Compress 1.28.0 |
commons-compress-1.28.0.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.commons/commons-compress/1.28.0 |
Transitive of poi-ooxml. |
| Apache Commons FileUpload 2 (Core) 2.0.0-M4 |
commons-fileupload2-core-2.0.0-M4.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.commons/commons-fileupload2-core/2.0.0-M4 |
Transitive of zk. |
| Apache Commons FileUpload 2 (javax) 2.0.0-M4 |
commons-fileupload2-javax-2.0.0-M4.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.commons/commons-fileupload2-javax/2.0.0-M4 |
Transitive of zk. |
| Apache Commons IO 2.21.0 |
commons-io-2.21.0.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/commons-io/commons-io/2.21.0 |
Direct dep declared as 2.11.0; resolved upward to 2.21.0 via io.keikai:poi/zk. |
| Apache Commons Lang 2.4 |
commons-lang-2.4.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/commons-lang/commons-lang/2.4 |
Direct dep. |
| Apache Commons Lang3 3.18.0 |
commons-lang3-3.18.0.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.commons/commons-lang3/3.18.0 |
Transitive of commons-compress. |
| Apache Commons Math 3.6.1 |
commons-math3-3.6.1.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.commons/commons-math3/3.6.1 |
Transitive of io.keikai:poi. |
| Apache HttpComponents Core5 5.2.4 |
httpcore5-5.2.4.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.httpcomponents.core5/httpcore5/5.2.4 |
Transitive of zcommon. |
| Apache Logging Log4j API 2.24.3 |
log4j-api-2.24.3.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-api/2.24.3 |
Transitive of io.keikai:poi/poi-ooxml. |
| Apache POI OOXML 5.5.1 |
poi-ooxml-5.5.1.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml/5.5.1 |
Transitive of io.keikai:poi; XLSX read/write support. |
| Apache POI OOXML Full 5.5.1 |
poi-ooxml-full-5.5.1.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml-full/5.5.1 |
Transitive of io.keikai:poi; full OOXML schema bindings. |
| Apache POI OOXML Lite 5.5.1 |
poi-ooxml-lite-5.5.1.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml-lite/5.5.1 |
Transitive of poi-ooxml; reduced OOXML schema set. |
| Apache XML Beans 5.3.0 |
xmlbeans-5.3.0.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache.xmlbeans/xmlbeans/5.3.0 |
Transitive of poi-ooxml. |
| BeanShell 2.0b6 |
bsh-2.0b6.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/org.apache-extras.beanshell/bsh/2.0b6 |
Project is https://github.com/beanshell/beanshell/. Transitive of zcommon. |
| Bouncy Castle S/MIME API 1.72 |
bcmail-jdk14-1.72.jar |
MIT License |
https://mvnrepository.com/artifact/org.bouncycastle/bcmail-jdk14/1.72 |
Project is http://www.bouncycastle.org/latest_releases.html |
| Bouncy Castle PKIX 1.72 |
bcpkix-jdk14-1.72.jar |
MIT License |
https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk14/1.72 |
Transitive of bcmail-jdk14. |
| Bouncy Castle Provider 1.72 |
bcprov-jdk14-1.72.jar |
MIT License |
https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk14/1.72 |
Project is http://www.bouncycastle.org/latest_releases.html |
| Bouncy Castle OpenPGP API 1.46 |
bctsp-jdk14-1.46.jar |
MIT License |
https://mvnrepository.com/artifact/org.bouncycastle/bctsp-jdk14/1.46 |
Project is http://www.bouncycastle.org/latest_releases.html |
| Bouncy Castle Utility 1.72 |
bcutil-jdk14-1.72.jar |
MIT License |
https://mvnrepository.com/artifact/org.bouncycastle/bcutil-jdk14/1.72 |
Transitive of bcmail-jdk14/bcpkix-jdk14. |
| ByteBuddy 1.14.5 |
byte-buddy-1.14.5.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/net.bytebuddy/byte-buddy/1.14.5 |
Transitive of io.keikai:poi. |
| ByteBuddy Agent 1.14.5 |
byte-buddy-agent-1.14.5.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/net.bytebuddy/byte-buddy-agent/1.14.5 |
Transitive of io.keikai:poi. |
| Curvesapi 1.08 |
curvesapi-1.08.jar |
BSD-3-Clause |
https://mvnrepository.com/artifact/com.github.virtuald/curvesapi/1.08 |
Transitive of poi-ooxml. |
| Golden Code Development Keikai bridge 1.0.0 |
fwd-keikai-bridge-1.0.0.jar |
Affero General Public License v3 |
https://proj.goldencode.com/artifacts/com/goldencode/fwd-keikai-bridge/1.0.0/fwd-keikai-bridge-1.0.0.jar |
FWD-side glue for the Keikai spreadsheet stack. |
| Google Guava Mini 0.1.4 |
guava-mini-0.1.4.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/com.github.davidmoten/guava-mini/0.1.4 |
Transitive of rtree2. |
| Google Gson 2.10.1 |
gson-2.10.1.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/com.google.code.gson/gson/2.10.1 |
Transitive of zkmax. |
| FasterXML Jackson Annotations 2.13.4 |
jackson-annotations-2.13.4.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations/2.13.4 |
Transitive of jackson-databind. |
| FasterXML Jackson Core 2.13.4 |
jackson-core-2.13.4.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core/2.13.4 |
Transitive of jackson-databind. |
| FasterXML Jackson Databind 2.13.4.2 |
jackson-databind-2.13.4.2.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind/2.13.4.2 |
Direct dep. |
| Javassist 3.29.2-GA |
javassist-3.29.2-GA.jar |
Triple license of the MPL, the LGPL, and the Apache License |
https://mvnrepository.com/artifact/org.javassist/javassist/3.29.2-GA |
Project is http://www.javassist.org/. Transitive of zel/zkbind. |
| JFree Common 1.0.23 |
jcommon-1.0.23.jar |
GNU Lesser General Public License 2.1 |
https://mvnrepository.com/artifact/org.jfree/jcommon/1.0.23 |
Transitive of jfreechart. |
| JFreeChart 1.0.19 |
jfreechart-1.0.19.jar |
GNU Lesser General Public License 2.1 |
https://mvnrepository.com/artifact/org.jfree/jfreechart/1.0.19 |
Transitive of zkmax. |
| JH Labs Filters 2.0.235-1 |
filters-2.0.235.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/com.jhlabs/filters/2.0.235-1 |
Project is http://www.jhlabs.com/ip/filters/. Transitive of zkmax. |
| Jsoup Java HTML Parser 1.15.1 |
jsoup-1.15.1.jar |
MIT License |
https://mvnrepository.com/artifact/org.jsoup/jsoup/1.15.1 |
Project is https://jsoup.org/. Direct dep. |
| Keikai 6.3.0 |
keikai-6.3.0.jar |
Potix Corporation Limited Distribution License |
Via GCD license |
Project is https://keikai.io/. Spreadsheet engine. |
| Keikai Ex 6.3.0 |
keikai-ex-6.3.0.jar |
Potix Corporation Limited Distribution License |
Via GCD license |
Project is https://keikai.io/. Keikai EE extensions. |
| Keikai Model 6.3.0 |
keikai-model-6.3.0.jar |
Potix Corporation Limited Distribution License |
Via GCD license |
Project is https://keikai.io/. Keikai workbook/sheet/cell model. |
| Keikai PDF 6.3.0 |
keikai-pdf-6.3.0.jar |
Potix Corporation Limited Distribution License |
Via GCD license |
Project is https://keikai.io/. PDF export support for Keikai. |
| Keikai POI 6.3.0 |
poi-6.3.0.jar |
Potix Corporation Limited Distribution License |
Via GCD license |
Keikai's repackaging of Apache POI under io.keikai:poi. Provides the org.apache.poi.* classes used by Keikai's formula evaluator. |
| OWASP Java Encoder 1.3.1 |
encoder-1.3.1.jar |
BSD-3-Clause |
https://mvnrepository.com/artifact/org.owasp.encoder/encoder/1.3.1 |
Transitive of zcommon. |
| Rtree2 0.9.3 |
rtree2-0.9.3.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/com.github.davidmoten/rtree2/0.9.3 |
Direct dep. |
| SparseBitSet 1.3 |
SparseBitSet-1.3.jar |
Apache License, Version 2.0 |
https://mvnrepository.com/artifact/com.zaxxer/SparseBitSet/1.3 |
Transitive of io.keikai:poi. |
| Zkoss Z Common 10.3.0.1 |
zcommon-10.3.0.1.jar |
Potix Corporation Limited Distribution License |
https://github.com/zkoss/zk |
Common runtime utilities shared across the ZK stack. |
| Zkoss ZEL 10.3.0.1 |
zel-10.3.0.1.jar |
Potix Corporation Limited Distribution License |
https://github.com/zkoss/zk |
|
| Zkoss ZK 10.3.0.1 |
zk-10.3.0.1.jar |
Potix Corporation Limited Distribution License |
https://github.com/zkoss/zk |
|
| Zkoss ZK Bind 10.3.0.1 |
zkbind-10.3.0.1.jar |
Potix Corporation Limited Distribution License |
https://github.com/zkoss/zk |
|
| Zkoss ZK Charts 8.0.4.1 |
zkcharts-8.0.4.1.jar |
Potix Corporation Limited Distribution License |
https://github.com/zkoss/zk |
ZK chart components. |
| Zkoss ZK Ex 10.3.0.1 |
zkex-10.3.0.1.jar |
Potix Corporation Limited Distribution License |
https://github.com/zkoss/zk |
|
| Zkoss ZK Max 10.3.0.1 |
zkmax-10.3.0.1.jar |
Potix Corporation Limited Distribution License |
https://github.com/zkoss/zk |
ZK EE component superset (includes WebSocketServerPush used by the spreadsheet WAR). Version is locked to Keikai's transitive ZK so that all ZK jars resolve to the same release. |
| Zkoss ZK Web Fragment 10.3.0.1 |
zkwebfragment-10.3.0.1.jar |
Potix Corporation Limited Distribution License |
https://github.com/zkoss/zk |
|
| Zkoss ZHtml 10.3.0.1 |
zhtml-10.3.0.1.jar |
Potix Corporation Limited Distribution License |
https://github.com/zkoss/zk |
ZK HTML components; transitive of zkbind. |
| Zkoss ZUL 10.3.0.1 |
zul-10.3.0.1.jar |
Potix Corporation Limited Distribution License |
https://github.com/zkoss/zk |
|
| Zkoss Zweb 10.3.0.1 |
zweb-10.3.0.1.jar |
Potix Corporation Limited Distribution License |
https://github.com/zkoss/zk |
|
| Zkoss Zsoup 1.8.2.5 |
zsoup-1.8.2.5.jar |
Potix Corporation Limited Distribution License |
https://github.com/zkoss/zsoup |
ZK fork of jsoup; transitive of zhtml. |