Build Code Sample - geotax_sdk - 2.2

GeoTAX SDK Developer Guide

Product type
Software
Portfolio
Locate
Product family
Geo Addressing
Product
GeoTAX SDK
Version
2.2
Language
English
Product name
GeoTAX SDK
Title
GeoTAX SDK Developer Guide
Copyright
2024
First publish date
2023
Last updated
2024-08-30
Published on
2024-08-30T02:47:25.239000

Follow steps in this topic to build and run the code sample.

All dependencies needed for compiling the code project are included in the distribution folder geotax-dist-version/sdk/repository.
For this project, we will be using [IntelliJ]. For any other IDE, follow the IDE-specific documentation on importing a Gradle project.

Import the project into IDE.

  1. Import project by selecting the project build.gradle file located in this GeoTAX SDK distribution package directory:
    geotax-dist-version/sdk/samples/geotax-sdk-api-sample

Create the IntelliJ configuration.

  1. Go to the distribution package directory that contains sample:
    geotax-dist-version/sdk/samples/geotax-sdk-api-sample
    If you do this from within the IntelliJ terminal this will be your default directory.

Build the project.

  1. Run gradlew idea.
    The build should end with something similar to:
    BUILD SUCCESS...
After running the above command, IntelliJ associates all necessary dependencies needed to compile the project.