<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic New Maven repository location for ArcGIS Runtime in Java Maps SDK Questions</title>
    <link>https://community.esri.com/t5/java-maps-sdk-questions/new-maven-repository-location-for-arcgis-runtime/m-p/1001120#M2269</link>
    <description>&lt;P&gt;If you use the maven repository &lt;STRONG&gt;esri.bintray.com&lt;/STRONG&gt; in your build scripts, you will need to update these to reference our new repository &lt;STRONG&gt;esri.jfrog.io.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;For example if you use Gradle, your script should include this entry:&lt;/P&gt;&lt;PRE&gt;maven &lt;SPAN&gt;{&lt;/SPAN&gt;
  url &lt;SPAN&gt;'https://esri.jfrog.io/artifactory/arcgis'&lt;/SPAN&gt;
&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Full details of this are in this&amp;nbsp;&lt;A href="https://www.esri.com/arcgis-blog/products/developers/announcements/announcement-to-developers-using-arcgis-runtime-sdks-for-android-and-java" target="_self"&gt;Blog post&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If anyone has any issues with this new repository, please let us know.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 13 Nov 2020 09:07:44 GMT</pubDate>
    <dc:creator>MarkBaird</dc:creator>
    <dc:date>2020-11-13T09:07:44Z</dc:date>
    <item>
      <title>New Maven repository location for ArcGIS Runtime</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/new-maven-repository-location-for-arcgis-runtime/m-p/1001120#M2269</link>
      <description>&lt;P&gt;If you use the maven repository &lt;STRONG&gt;esri.bintray.com&lt;/STRONG&gt; in your build scripts, you will need to update these to reference our new repository &lt;STRONG&gt;esri.jfrog.io.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;For example if you use Gradle, your script should include this entry:&lt;/P&gt;&lt;PRE&gt;maven &lt;SPAN&gt;{&lt;/SPAN&gt;
  url &lt;SPAN&gt;'https://esri.jfrog.io/artifactory/arcgis'&lt;/SPAN&gt;
&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Full details of this are in this&amp;nbsp;&lt;A href="https://www.esri.com/arcgis-blog/products/developers/announcements/announcement-to-developers-using-arcgis-runtime-sdks-for-android-and-java" target="_self"&gt;Blog post&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If anyone has any issues with this new repository, please let us know.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 09:07:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/new-maven-repository-location-for-arcgis-runtime/m-p/1001120#M2269</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2020-11-13T09:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: New Maven repository location for ArcGIS Runtime</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/new-maven-repository-location-for-arcgis-runtime/m-p/1092203#M2434</link>
      <description>&lt;P&gt;Can you please help me solving this ,Found that I should include the below one, but not sure where exactly to include this, I have attached include.gradle and build.gradle files.&lt;BR /&gt;Please suggest me where exactly the problem is&lt;/P&gt;&lt;PRE&gt;maven &lt;SPAN&gt;{&lt;/SPAN&gt;
  url &lt;SPAN&gt;'https://esri.jfrog.io/artifactory/arcgis'&lt;/SPAN&gt;
&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 14:05:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/new-maven-repository-location-for-arcgis-runtime/m-p/1092203#M2434</guid>
      <dc:creator>KeerthanaL</dc:creator>
      <dc:date>2021-08-25T14:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: New Maven repository location for ArcGIS Runtime</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/new-maven-repository-location-for-arcgis-runtime/m-p/1092623#M2435</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/514717"&gt;@KeerthanaL&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was looking at your screenshots and it looks like you are using Android Studio.&amp;nbsp; The Java API is for writing JavaFX desktop applications, but you'll be glad to hear there is an &lt;A href="https://developers.arcgis.com/android/" target="_self"&gt;Android&lt;/A&gt; specific mapping API.&lt;/P&gt;&lt;P&gt;There are lots of tutorials which will help you get going and I'd suggest you start by looking at this &lt;A href="https://developers.arcgis.com/android/get-started/" target="_self"&gt;tutorial&lt;/A&gt;&amp;nbsp;which covers the gradle script.&lt;/P&gt;&lt;P&gt;There are also lots of samples for the Android API in &lt;A href="https://developers.arcgis.com/android/java/sample-code/" target="_self"&gt;Java&lt;/A&gt; and &lt;A href="https://developers.arcgis.com/android/kotlin/sample-code/" target="_self"&gt;Kotlin&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;If you have any specific questions about the Android API, its best to post &lt;A href="https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/bd-p/arcgis-runtime-sdk-for-android-questions" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Does this help?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 08:58:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/new-maven-repository-location-for-arcgis-runtime/m-p/1092623#M2435</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2021-08-26T08:58:42Z</dc:date>
    </item>
  </channel>
</rss>

