File tree Expand file tree Collapse file tree 1 file changed +38
-11
lines changed Expand file tree Collapse file tree 1 file changed +38
-11
lines changed Original file line number Diff line number Diff line change @@ -27,22 +27,49 @@ policies of the U.S. Department of Education nor does mention of trade
2727names, commercial products, or organizations imply endorsement by the U.S.
2828Government.
2929
30+ ---
3031Dependencies
3132============
32-
3333##bee-encode
34- get it from here: http://code.google.com/p/bee-encode
3534
36- install it to your Maven local repository:
37- ```
38- mvn install:install-file -Dfile=bee-encode-0.2.jar \
39- -DgroupId=org.ardverk \
40- -DartifactId=bee-encode \
41- -Dversion=0.2 \
42- -Dpackaging=jar \
43- -DgeneratePom=true
35+ * [ http://code.google.com/p/bee-encode ] ( http://code.google.com/p/bee-encode )
36+ * version: 0.2
37+ * license: [ Apache 2.0] ( http://www.apache.org/licenses/ )
38+ * install it to your Maven local repository:```mvn install: install-file -Dfile=bee-encode-0.2.jar -DgroupId=org.ardverk -DartifactId=bee-encode -Dversion=0.2 -Dpackaging=jar -DgeneratePom=true
4439```
45-
40+
41+ ##bouncy castle
42+
43+ * [http://www.bouncycastle.org/java.html](http://www.bouncycastle.org/java.html)
44+ * version: 1.46
45+ * license: [custom, based on MIT X11](http://www.bouncycastle.org/licence.html)
46+
47+ ## commons-codec
48+
49+ * [http://commons.apache.org/codec/](http://commons.apache.org/codec/)
50+ * version: 1.3
51+ * license: [Apache 2.0](http://www.apache.org/licenses/)
52+
53+ ## commons-io
54+
55+ * [http://commons.apache.org/io/](http://commons.apache.org/io/)
56+ * version: 1.32
57+ * license: [Apache 2.0](http://www.apache.org/licenses/)
58+
59+ ## httpcomponents
60+
61+ * [http://hc.apache.org/httpcomponents-core-ga](http://hc.apache.org/httpcomponents-core-ga)
62+ * version: 4.1
63+ * license: [Apache 2.0](http://www.apache.org/licenses/)
64+
65+ ## json
66+
67+ * [http://www.json.org/java/](http://www.json.org/java/)
68+ * version: 20090211
69+ * license: free, as-is
70+
71+
72+ ---
4673
4774Versions
4875========
You can’t perform that action at this time.
0 commit comments