<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>How do I import the DFU library using Maven?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/23335/how-do-i-import-the-dfu-library-using-maven</link><description>Hello, I am using eclipse app development, to achieve OTA function, use Maven to download DFU library, can not find the library, see your introduction： compile&amp;#39;no.nordicsemi.android:dfu:1.3.0&amp;#39;, I was not found in maven, can you tell me how to import the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 07 Jul 2017 14:45:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/23335/how-do-i-import-the-dfu-library-using-maven" /><item><title>RE: How do I import the DFU library using Maven?</title><link>https://devzone.nordicsemi.com/thread/91743?ContentTypeID=1</link><pubDate>Fri, 07 Jul 2017 14:45:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9dfac77e-2c29-4b94-a691-d5c2ad2378d3</guid><dc:creator>Aleksander Nowakowski</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;If you visit the library&amp;#39;s main page @ bintray: &lt;a href="https://bintray.com/nordic/android/dfu-library"&gt;bintray.com/.../dfu-library&lt;/a&gt; you&amp;#39;ll find what to include for Maven, jcenter or Ivy.
For Maven it is:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;dependency&amp;gt; 
    &amp;lt;groupId&amp;gt;no.nordicsemi.android&amp;lt;/groupId&amp;gt; 
    &amp;lt;artifactId&amp;gt;dfu&amp;lt;/artifactId&amp;gt; 
    &amp;lt;version&amp;gt;1.3.0&amp;lt;/version&amp;gt;
    &amp;lt;type&amp;gt;pom&amp;lt;/type&amp;gt;
&amp;lt;/dependency&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>