<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mamorums</author_name>
  <author_url>https://blog.hatena.ne.jp/mamorums/</author_url>
  <blog_title>C#, Python, Web開発</blog_title>
  <blog_url>https://web-dev.hatenablog.com/</blog_url>
  <categories>
    <anon>Java</anon>
  </categories>
  <description>Maven のプロジェクトに、ライブラリ（依存性）を追加する方法を書いていきます。 Maven で依存関係を追加すると、ライブラリが自動的にダウンロードされて、クラスパスに追加されたりするので便利です。 追加方法 以下のように、pom.xml の dependencies で追加します。 &lt;project&gt; ... &lt;dependencies&gt; &lt;dependency&gt; &lt;groupId&gt;グループID&lt;/groupId&gt; &lt;artifactId&gt;アーティファクトID&lt;/artifactId&gt; &lt;version&gt;バージョン&lt;/version&gt; &lt;/dependency&gt; &lt;dependency&gt;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fweb-dev.hatenablog.com%2Fentry%2Fmaven%2Fintro%2Fadd-dependency&quot; title=&quot;Mavenでライブラリを追加する方法（依存性・依存関係の追加） - C#, Python, Web開発&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-10-12 01:15:00</published>
  <title>Mavenでライブラリを追加する方法（依存性・依存関係の追加）</title>
  <type>rich</type>
  <url>https://web-dev.hatenablog.com/entry/maven/intro/add-dependency</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
