|
9 | 9 | },
|
10 | 10 | {
|
11 | 11 | "cell_type": "code",
|
12 |
| - "execution_count": 17, |
| 12 | + "execution_count": 1, |
13 | 13 | "metadata": {},
|
14 | 14 | "outputs": [
|
15 | 15 | {
|
|
25 | 25 | "No Outputs"
|
26 | 26 | ]
|
27 | 27 | },
|
28 |
| - "execution_count": 17, |
| 28 | + "execution_count": 1, |
29 | 29 | "metadata": {},
|
30 | 30 | "output_type": "execute_result"
|
31 | 31 | }
|
|
47 | 47 | },
|
48 | 48 | {
|
49 | 49 | "cell_type": "code",
|
50 |
| - "execution_count": null, |
| 50 | + "execution_count": 2, |
51 | 51 | "metadata": {},
|
52 |
| - "outputs": [], |
| 52 | + "outputs": [ |
| 53 | + { |
| 54 | + "name": "stderr", |
| 55 | + "output_type": "stream", |
| 56 | + "text": [ |
| 57 | + "Resolving dependency: org.springframework#spring-orm;3.2.5.RELEASE {default=[default]}\n", |
| 58 | + "Preparing to download artifact org.springframework#spring-orm;3.2.5.RELEASE!spring-orm.jar\n", |
| 59 | + "Preparing to download artifact aopalliance#aopalliance;1.0!aopalliance.jar\n", |
| 60 | + "Preparing to download artifact org.springframework#spring-beans;3.2.5.RELEASE!spring-beans.jar\n", |
| 61 | + "Preparing to download artifact org.springframework#spring-core;3.2.5.RELEASE!spring-core.jar\n", |
| 62 | + "Preparing to download artifact org.springframework#spring-jdbc;3.2.5.RELEASE!spring-jdbc.jar\n", |
| 63 | + "Preparing to download artifact org.springframework#spring-tx;3.2.5.RELEASE!spring-tx.jar\n", |
| 64 | + "Preparing to download artifact commons-logging#commons-logging;1.1.1!commons-logging.jar\n", |
| 65 | + "Downloaded 2518 Kbytes in 3543ms:\n", |
| 66 | + " [SUCCESSFUL ] org.springframework#spring-orm;3.2.5.RELEASE!spring-orm.jar (614ms)\n", |
| 67 | + " [SUCCESSFUL ] aopalliance#aopalliance;1.0!aopalliance.jar (2ms)\n", |
| 68 | + " [SUCCESSFUL ] org.springframework#spring-beans;3.2.5.RELEASE!spring-beans.jar (1474ms)\n", |
| 69 | + " [SUCCESSFUL ] org.springframework#spring-core;3.2.5.RELEASE!spring-core.jar (494ms)\n", |
| 70 | + " [SUCCESSFUL ] commons-logging#commons-logging;1.1.1!commons-logging.jar (4ms)\n", |
| 71 | + " [SUCCESSFUL ] org.springframework#spring-jdbc;3.2.5.RELEASE!spring-jdbc.jar (469ms)\n", |
| 72 | + " [SUCCESSFUL ] org.springframework#spring-tx;3.2.5.RELEASE!spring-tx.jar (462ms)\n" |
| 73 | + ] |
| 74 | + }, |
| 75 | + { |
| 76 | + "data": { |
| 77 | + "text/plain": [ |
| 78 | + "No Outputs" |
| 79 | + ] |
| 80 | + }, |
| 81 | + "execution_count": 2, |
| 82 | + "metadata": {}, |
| 83 | + "output_type": "execute_result" |
| 84 | + } |
| 85 | + ], |
53 | 86 | "source": [
|
54 |
| - "#@dependency(\"org.springframework:spring-orm:3.2.5.RELEASE\")" |
| 87 | + "#@dependency(group=\"org.springframework\", module=\"spring-orm\", version=\"3.2.5.RELEASE\")" |
55 | 88 | ]
|
56 | 89 | },
|
57 | 90 | {
|
|
63 | 96 | },
|
64 | 97 | {
|
65 | 98 | "cell_type": "code",
|
66 |
| - "execution_count": null, |
| 99 | + "execution_count": 3, |
67 | 100 | "metadata": {
|
68 | 101 | "collapsed": true
|
69 | 102 | },
|
70 |
| - "outputs": [], |
| 103 | + "outputs": [ |
| 104 | + { |
| 105 | + "data": { |
| 106 | + "text/html": [ |
| 107 | + "org​.springframework​.jdbc​.core​.JdbcTemplate​@451711ac" |
| 108 | + ] |
| 109 | + }, |
| 110 | + "execution_count": 3, |
| 111 | + "metadata": {}, |
| 112 | + "output_type": "execute_result" |
| 113 | + } |
| 114 | + ], |
71 | 115 | "source": [
|
72 | 116 | "import org.springframework.jdbc.core.JdbcTemplate\n",
|
73 |
| - "obj = new JdbcTemplate();" |
| 117 | + "obj = new JdbcTemplate();\n", |
| 118 | + "obj" |
74 | 119 | ]
|
75 | 120 | }
|
76 | 121 | ],
|
|
0 commit comments