Project Dependencies
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
| GroupId |
ArtifactId |
Version |
Type |
| ambit |
ambit2-core |
2.0.0-SNAPSHOT |
jar |
| ambit |
ambit2-mopac |
2.0.0-SNAPSHOT |
jar |
| com.jgoodies |
forms |
1.2.0 |
jar |
| com.jgoodies |
looks |
2.1.4 |
jar |
| com.jgoodies |
validation |
2.0.1 |
jar |
| jasperreports |
jasperreports |
3.1.0 |
jar |
| jmol |
jmol |
0.1.0 |
jar |
| org.swinglabs |
swingx |
0.9.5-2 |
jar |
test
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 |
Type |
| junit |
junit |
4.0 |
jar |
Project Transitive Dependencies
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
| GroupId |
ArtifactId |
Version |
Type |
| ambit |
ambit2-base |
2.0.0-SNAPSHOT |
jar |
| ambit |
ambit2-smi23d |
2.0.0-SNAPSHOT |
jar |
| cdk |
cdk |
1.1.svn-19012008 |
jar |
| com.jgoodies |
binding |
2.0.2 |
jar |
| com.lowagie |
itext |
1.4.8 |
jar |
| commons-beanutils |
commons-beanutils |
1.7.0 |
jar |
| commons-collections |
commons-collections |
3.2.1 |
jar |
| commons-digester |
commons-digester |
2.0 |
jar |
| commons-logging |
commons-logging |
1.1 |
jar |
| eclipse |
jdtcore |
3.1.0 |
jar |
| jfree |
jcommon |
1.0.12 |
jar |
| jfree |
jfreechart |
1.0.9 |
jar |
| log4j |
log4j |
1.2.13 |
jar |
| org.apache.poi |
poi |
3.5-beta4 |
jar |
| org.apache.poi |
poi-scratchpad |
3.5-beta4 |
jar |
| xml-apis |
xml-apis |
1.3.02 |
jar |
Project Dependency Graph
Dependency Tree
- ambit:ambit2-ui:jar:2.0.0-SNAPSHOT

- junit:junit:jar:4.0 (test)

| Unnamed - junit:junit:jar:4.0 |
Description: There is currently no description associated with this project.
URL: http://junit.org
Project License: No project license is defined for this project.
|
- com.jgoodies:forms:jar:1.2.0 (compile)

| JGoodies Forms |
Description: The JGoodies Forms framework helps you lay out and implement
elegant Swing panels quickly and consistently.
It makes simple things easy and the hard stuff possible,
the good design easy and the bad difficult.
URL: https://forms.dev.java.net/
Project License: The BSD License
|
- ambit:ambit2-core:jar:2.0.0-SNAPSHOT (compile)

- org.apache.poi:poi-scratchpad:jar:3.5-beta4 (compile)

- org.apache.poi:poi:jar:3.5-beta4 (compile)

- commons-logging:commons-logging:jar:1.1 (compile)

| Logging |
Description: Commons Logging is a thin adapter allowing configurable bridging to other,
well known logging systems.
URL: http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Project License: The Apache Software License, Version 2.0
|
- log4j:log4j:jar:1.2.13 (compile)

- org.apache.poi:poi:jar:3.5-beta4 (compile)

- commons-logging:commons-logging:jar:1.1 (runtime)

| Logging |
Description: Commons Logging is a thin adapter allowing configurable bridging to other,
well known logging systems.
URL: http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Project License: The Apache Software License, Version 2.0
|
- log4j:log4j:jar:1.2.13 (runtime)

- com.lowagie:itext:jar:1.4.8 (compile)

- cdk:cdk:jar:1.1.svn-19012008 (compile)

| Unnamed - cdk:cdk:jar:1.1.svn-19012008 |
Description: There is currently no description associated with this project.
Project License: No project license is defined for this project.
|
- ambit:ambit2-base:jar:2.0.0-SNAPSHOT (compile)

- log4j:log4j:jar:1.2.13 (compile)

- com.jgoodies:binding:jar:2.0.2 (compile)

| JGoodies Binding |
Description: 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.
URL: https://binding.dev.java.net/
Project License: The BSD License
|
- com.jgoodies:looks:jar:2.1.4 (compile)

| JGoodies Looks |
Description: The JGoodies Looks make your Swing applications and
applets look better. They have been optimized for readability,
precise micro-design and usability. And they simplify
the multi-platform support by using similar widget dimensions.
In addition, many people have reviewed them as elegant.
URL: https://looks.dev.java.net/
Project License: The BSD License
|
- org.swinglabs:swingx:jar:0.9.5-2 (compile)

| Unnamed - org.swinglabs:swingx:jar:0.9.5-2 |
Description: There is currently no description associated with this project.
Project License: No project license is defined for this project.
|
- jmol:jmol:jar:0.1.0 (compile)

| opsin |
Description: There is currently no description associated with this project.
URL: jmol.sourceforge.net
Project License: No project license is defined for this project.
|
- ambit:ambit2-mopac:jar:2.0.0-SNAPSHOT (compile)

| ambit2-mopac |
Description: A wrapper for OpenMopac http://openmopac.net/
Project License: LGPL
|
- ambit:ambit2-core:jar:2.0.0-SNAPSHOT (compile)

- ambit:ambit2-smi23d:jar:2.0.0-SNAPSHOT (compile)

| ambit2-smi23d |
Description: wrapper for Smi23d executables http://www.chembiogrid.org/cheminfo/smi23d/
Project License: LGPL
|
- ambit:ambit2-core:jar:2.0.0-SNAPSHOT (compile)

- com.jgoodies:validation:jar:2.0.1 (compile)

| JGoodies Validation |
Description: The JGoodies Validation helps you validate user input
in Swing apps and report validation errors and warnings.
It has been designed to work with different architectures and
programming flavors.
URL: https://validation.dev.java.net/
Project License: The BSD License
|
- jasperreports:jasperreports:jar:3.1.0 (compile)

- commons-beanutils:commons-beanutils:jar:1.7.0 (compile)

| Unnamed - commons-beanutils:commons-beanutils:jar:1.7.0 |
Description: There is currently no description associated with this project.
Project License: No project license is defined for this project.
|
- commons-logging:commons-logging:jar:1.1 (compile)

| Logging |
Description: Commons Logging is a thin adapter allowing configurable bridging to other,
well known logging systems.
URL: http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Project License: The Apache Software License, Version 2.0
|
- commons-collections:commons-collections:jar:3.2.1 (compile)

- commons-digester:commons-digester:jar:2.0 (compile)

- commons-logging:commons-logging:jar:1.1 (compile)

| Logging |
Description: Commons Logging is a thin adapter allowing configurable bridging to other,
well known logging systems.
URL: http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Project License: The Apache Software License, Version 2.0
|
- jfree:jcommon:jar:1.0.12 (compile)

- jfree:jfreechart:jar:1.0.9 (compile)

- jfree:jcommon:jar:1.0.12 (compile)

- xml-apis:xml-apis:jar:1.3.02 (compile)

| Unnamed - xml-apis:xml-apis:jar:1.3.02 |
Description: There is currently no description associated with this project.
URL: http://xml.apache.org/commons/#external
Project License: No project license is defined for this project.
|
- eclipse:jdtcore:jar:3.1.0 (compile)

| jdtcore |
Description: There is currently no description associated with this project.
Project License: No project license is defined for this project.
|
Licenses
Unknown: Log4j, Unnamed - cdk:cdk:jar:1.1.svn-19012008, Unnamed - commons-beanutils:commons-beanutils:jar:1.7.0, Unnamed - junit:junit:jar:4.0, Unnamed - org.swinglabs:swingx:jar:0.9.5-2, Unnamed - xml-apis:xml-apis:jar:1.3.02, jdtcore, opsin
The Apache Software License, Version 2.0: Apache POI, Commons Collections, Commons Digester, Logging
Mozilla Public License: iText, a Free Java-PDF library
GNU Lesser General Public License: JasperReports
LGPL: ambit2-base, ambit2-core, ambit2-mopac, ambit2-smi23d, ambit2-ui
GNU Lesser General Public Licence: jcommon, jfreechart
The BSD License: JGoodies Binding, JGoodies Forms, JGoodies Looks, JGoodies Validation
Dependency File Details
| Filename |
Size |
Entries |
Classes |
Packages |
JDK Rev |
Debug |
| ambit2-base-2.0.0-SNAPSHOT.jar |
177.66 kB |
253 |
80 |
9 |
1.5 |
debug |
| ambit2-core-2.0.0-SNAPSHOT.jar |
462.22 kB |
481 |
167 |
15 |
1.5 |
debug |
| ambit2-mopac-2.0.0-SNAPSHOT.jar |
827.84 kB |
42 |
4 |
1 |
1.5 |
debug |
| ambit2-smi23d-2.0.0-SNAPSHOT.jar |
865.00 kB |
50 |
2 |
1 |
1.5 |
debug |
| cdk-1.1.svn-19012008.jar |
15.05 MB |
6,736 |
5,771 |
330 |
1.5 |
debug |
| binding-2.0.2.jar |
161.35 kB |
150 |
131 |
7 |
1.5 |
debug |
| forms-1.2.0.jar |
117.60 kB |
83 |
65 |
5 |
1.4 |
debug |
| looks-2.1.4.jar |
414.17 kB |
338 |
271 |
5 |
1.4 |
debug |
| validation-2.0.1.jar |
57.07 kB |
58 |
41 |
5 |
1.5 |
debug |
| itext-1.4.8.jar |
1.80 MB |
798 |
727 |
30 |
1.4 |
debug |
| commons-beanutils-1.7.0.jar |
184.25 kB |
129 |
111 |
5 |
1.2 |
debug |
| commons-collections-3.2.1.jar |
561.90 kB |
482 |
458 |
12 |
1.2 |
debug |
| commons-digester-2.0.jar |
145.30 kB |
119 |
100 |
6 |
1.5 |
debug |
| commons-logging-1.1.jar |
51.67 kB |
34 |
25 |
2 |
1.1 |
debug |
| jdtcore-3.1.0.jar |
3.39 MB |
1,342 |
1,255 |
43 |
1.2 |
debug |
| jasperreports-3.1.0.jar |
2.07 MB |
1,465 |
1,360 |
46 |
1.4 |
debug |
| jcommon-1.0.12.jar |
302.00 kB |
242 |
208 |
18 |
1.3 |
debug |
| jfreechart-1.0.9.jar |
1.23 MB |
634 |
562 |
36 |
1.3 |
debug |
| jmol-0.1.0.jar |
3.11 MB |
1,487 |
1,252 |
66 |
1.4 |
debug |
| junit-4.0.jar |
103.13 kB |
119 |
92 |
11 |
1.5 |
debug |
| log4j-1.2.13.jar |
349.79 kB |
283 |
253 |
19 |
1.1 |
debug |
| poi-3.5-beta4.jar |
1.43 MB |
1,212 |
1,160 |
38 |
1.5 |
debug |
| poi-scratchpad-3.5-beta4.jar |
765.61 kB |
469 |
412 |
45 |
1.5 |
debug |
| swingx-0.9.5-2.jar |
1.19 MB |
945 |
785 |
39 |
1.5 |
debug |
| xml-apis-1.3.02.jar |
189.65 kB |
341 |
301 |
25 |
1.1 |
release |
| Total |
Size |
Entries |
Classes |
Packages |
JDK Rev |
Debug |
| 25 |
34.89 MB |
18,292 |
15,593 |
819 |
1.5 |
24 |
| compile: 24 |
compile: 34.79 MB |
compile: 18,173 |
compile: 15,501 |
compile: 808 |
- |
compile: 23 |
| test: 1 |
test: 103.13 kB |
test: 119 |
test: 92 |
test: 11 |
- |
test: 1 |