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 |
| com.ibm.icu |
icu4j |
3.8 |
jar |
| commons-codec |
commons-codec |
1.3 |
jar |
| commons-httpclient |
commons-httpclient |
3.1 |
jar |
| commons-io |
commons-io |
1.4 |
jar |
| jaxen |
jaxen |
1.1.1 |
jar |
| net.oauth |
oauth-core |
20081127 |
jar |
| org.jdom |
jdom |
1.1 |
jar |
| org.slf4j |
slf4j-api |
1.5.8 |
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 |
| ch.qos.logback |
logback-classic |
0.9.17 |
jar |
| ch.qos.logback |
logback-core |
0.9.17 |
jar |
| junit |
junit |
4.5 |
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 |
| commons-logging |
commons-logging |
1.0.4 |
jar |
| dom4j |
dom4j |
1.6.1 |
jar |
| jdom |
jdom |
1.0 |
jar |
| org.apache.httpcomponents |
httpclient |
4.0-beta1 |
jar |
| org.apache.httpcomponents |
httpcore |
4.0-beta2 |
jar |
| xalan |
xalan |
2.6.0 |
jar |
| xerces |
xercesImpl |
2.6.2 |
jar |
| xerces |
xmlParserAPIs |
2.6.2 |
jar |
| xml-apis |
xml-apis |
1.3.02 |
jar |
| xom |
xom |
1.0 |
jar |
Project Dependency Graph
Dependency Tree
- com.lysergicjava.nfclient:netflix-java-client:jar:2.1.2

| Netflix Java Client |
Description: The Netflix Java Client greatly simplifies interacting with the Netflix
API by hiding all the complexity involved in OAuth handshakes and HTTP
transport.
It also provides an easy way of obtaining OAuth access tokens.
URL: http://www.blueleftistconstructor.com/projects/nfjc/
Project License: Apache 2
|
- commons-codec:commons-codec:jar:1.3 (compile)

- commons-httpclient:commons-httpclient:jar:3.1 (compile)

| HttpClient |
Description: 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.
URL: http://jakarta.apache.org/httpcomponents/httpclient-3.x/
Project License: Apache License
|
- commons-logging:commons-logging:jar:1.0.4 (compile)

- commons-io:commons-io:jar:1.4 (compile)

- jaxen:jaxen:jar:1.1.1 (compile)

| jaxen |
Description: Jaxen is a universal Java XPath engine.
URL: http://jaxen.codehaus.org/
Project License: No project license is defined for this project.
|
- dom4j:dom4j:jar:1.6.1 (compile)

| dom4j |
Description: dom4j: the flexible XML framework for Java
URL: http://dom4j.org
Project License: No project license is defined for this project.
|
- jdom:jdom:jar:1.0 (compile)

| Unnamed - jdom:jdom:jar:1.0 |
Description: There is currently no description associated with this project.
Project License: No project license is defined for this project.
|
- 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.
|
- xerces:xercesImpl:jar:2.6.2 (compile)

| Unnamed - xerces:xercesImpl:jar:2.6.2 |
Description: There is currently no description associated with this project.
Project License: No project license is defined for this project.
|
- xom:xom:jar:1.0 (compile)

| xom |
Description: There is currently no description associated with this project.
URL: http://www.xom.nu
Project License: LGPL
|
- xerces:xmlParserAPIs:jar:2.6.2 (compile)

| Unnamed - xerces:xmlParserAPIs:jar:2.6.2 |
Description: There is currently no description associated with this project.
Project License: No project license is defined for this project.
|
- xerces:xercesImpl:jar:2.6.2 (compile)

| Unnamed - xerces:xercesImpl:jar:2.6.2 |
Description: There is currently no description associated with this project.
Project License: No project license is defined for this project.
|
- xalan:xalan:jar:2.6.0 (compile)

| Unnamed - xalan:xalan:jar:2.6.0 |
Description: There is currently no description associated with this project.
Project License: No project license is defined for this project.
|
- junit:junit:jar:4.5 (test)

- org.jdom:jdom:jar:1.1 (compile)

| JDOM |
Description: JDOM is, quite simply, a Java representation of an XML document. JDOM provides a way to represent that document for
easy and efficient reading, manipulation, and writing. It has a straightforward API, is a lightweight and fast, and
is optimized for the Java programmer. It's an alternative to DOM and SAX, although it integrates well with both DOM
and SAX.
URL: http://www.jdom.org/
Project License: No project license is defined for this project.
|
- net.oauth:oauth-core:jar:20081127 (compile)

| OAuth::Core |
Description: There is currently no description associated with this project.
URL: http://oauth.net/code/oauth-core
Project License: No project license is defined for this project.
|
- com.ibm.icu:icu4j:jar:3.8 (compile)

| ICU4J |
Description: 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.
URL: http://www-306.ibm.com/software/globalization/icu/
Project License: ICU License
|
- org.slf4j:slf4j-api:jar:1.5.8 (compile)

| SLF4J API Module |
Description: The slf4j API
URL: http://www.slf4j.org
Project License: No project license is defined for this project.
|
- ch.qos.logback:logback-core:jar:0.9.17 (test)

- ch.qos.logback:logback-classic:jar:0.9.17 (test)

- ch.qos.logback:logback-core:jar:0.9.17 (test)

- org.slf4j:slf4j-api:jar:1.5.8 (test)

| SLF4J API Module |
Description: The slf4j API
URL: http://www.slf4j.org
Project License: No project license is defined for this project.
|
Licenses
ICU License: ICU4J
LGPL: xom
Apache 2: Netflix Java Client
Unknown: JDOM, OAuth::Core, SLF4J API Module, Unnamed - jdom:jdom:jar:1.0, Unnamed - xalan:xalan:jar:2.6.0, Unnamed - xerces:xercesImpl:jar:2.6.2, Unnamed - xerces:xmlParserAPIs:jar:2.6.2, Unnamed - xml-apis:xml-apis:jar:1.3.02, dom4j, jaxen
Apache License: HttpClient, HttpCore (base module)
Common Public License Version 1.0: JUnit
GNU Lesser General Public License: Logback Classic Module, Logback Core Module
The Apache Software License, Version 2.0: Codec, Commons IO, Logging
Dependency File Details
| Filename |
Size |
Entries |
Classes |
Packages |
JDK Rev |
Debug |
Sealed |
| logback-classic-0.9.17.jar |
163.30 kB |
151 |
121 |
18 |
1.5 |
debug |
- |
| logback-core-0.9.17.jar |
251.45 kB |
240 |
207 |
23 |
1.5 |
debug |
- |
| icu4j-3.8.jar |
4.25 MB |
1,282 |
639 |
8 |
1.3 |
debug |
- |
| commons-codec-1.3.jar |
45.63 kB |
42 |
25 |
5 |
1.2 |
debug |
- |
| commons-httpclient-3.1.jar |
297.85 kB |
183 |
167 |
8 |
1.2 |
debug |
- |
| commons-io-1.4.jar |
106.49 kB |
93 |
76 |
5 |
1.3 |
debug |
- |
| commons-logging-1.0.4.jar |
37.12 kB |
29 |
18 |
2 |
1.2 |
debug |
- |
| dom4j-1.6.1.jar |
306.54 kB |
208 |
190 |
14 |
1.3 |
debug |
- |
| jaxen-1.1.1.jar |
221.60 kB |
236 |
214 |
17 |
1.2 |
debug |
- |
| jdom-1.0.jar |
149.66 kB |
87 |
75 |
8 |
1.1 |
debug |
- |
| junit-4.5.jar |
194.28 kB |
222 |
188 |
26 |
1.5 |
debug |
- |
| oauth-core-20081127.jar |
65.58 kB |
59 |
44 |
7 |
1.5 |
debug |
- |
| httpclient-4.0-beta1.jar |
269.41 kB |
260 |
225 |
21 |
1.5 |
debug |
- |
| httpcore-4.0-beta2.jar |
167.18 kB |
179 |
157 |
10 |
1.3 |
debug |
- |
| jdom-1.1.jar |
149.53 kB |
89 |
76 |
8 |
1.2 |
debug |
- |
| slf4j-api-1.5.8.jar |
22.90 kB |
32 |
21 |
3 |
1.3 |
debug |
- |
| xalan-2.6.0.jar |
3.00 MB |
1,625 |
1,548 |
50 |
1.1 |
debug |
- |
| xercesImpl-2.6.2.jar |
986.99 kB |
845 |
784 |
37 |
1.1 |
release |
- |
| xmlParserAPIs-2.6.2.jar |
121.80 kB |
238 |
207 |
17 |
1.1 |
release |
- |
| xml-apis-1.3.02.jar |
189.65 kB |
341 |
301 |
25 |
1.1 |
release |
- |
| xom-1.0.jar |
106.32 kB |
108 |
96 |
6 |
1.2 |
release |
sealed |
| Total |
Size |
Entries |
Classes |
Packages |
JDK Rev |
Debug |
Sealed |
| 21 |
11.01 MB |
6,549 |
5,379 |
318 |
1.5 |
17 |
1 |
| compile: 18 |
compile: 10.42 MB |
compile: 5,936 |
compile: 4,863 |
compile: 251 |
- |
compile: 14 |
compile: 1 |
| test: 3 |
test: 609.03 kB |
test: 613 |
test: 516 |
test: 67 |
- |
test: 3 |
- |