{"title":"Maven\u3000\u8a66\u3057\u3066\u307f\u308b\u2462\u3000\u30d3\u30eb\u30c9\u7de8","published":"2011-10-20 21:10:24","provider_name":"Hatena Blog","categories":["JAVA"],"image_url":"https://cdn-ak.f.st-hatena.com/images/fotolife/a/akihito_sado/20111019/20111019212435.png","version":"1.0","blog_title":"SE\u30d6\u30ed\u30b0","url":"https://akihito-sado.hatenadiary.org/entry/20111020/1319112624","blog_url":"https://akihito-sado.hatenadiary.org/","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fakihito-sado.hatenadiary.org%2Fentry%2F20111020%2F1319112624\" title=\"Maven\u3000\u8a66\u3057\u3066\u307f\u308b\u2462\u3000\u30d3\u30eb\u30c9\u7de8 - SE\u30d6\u30ed\u30b0\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","height":"190","author_url":"https://blog.hatena.ne.jp/akihito_sado/","provider_url":"https://hatena.blog","author_name":"akihito_sado","type":"rich","width":"100%","description":"\u25a0 \u30d3\u30eb\u30c9\u3057\u3066\u307f\u3088\u3046\u305c\u524d\u56de\u4f5c\u6210\u3057\u305f\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306f\u3053\u306e\u3088\u3046\u306a\u69cb\u6210\u3060\u3063\u305f\u3002 \u3053\u3053\u3067\u69cb\u6210\u3055\u308c\u305fApp.java\u3001AppTest.java\u306f\u3001HelloWorld\u304c\u66f8\u304b\u308c\u305f\u3060\u3051\u306a\u306e\u3067\u3001\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u7c21\u5358\u306a\u3001\u8db3\u3057\u7b97\u5f15\u304d\u7b97\u306e\u8a08\u7b97\u30d7\u30ed\u30b0\u30e9\u30e0\u306b\u66f8\u304d\u63db\u3048\u308b\u3002App.javapackage jp.co.sado;/** * \u8a08\u7b97\u30d7\u30ed\u30b0\u30e9\u30e0 * */ public class App { public static void main(String[] args) { App app = new App(); System.out.println(\"1+2\" + app.add(1, 2)); System.out.\u2026"}