# Java SDK Installation

The Java LicenseSpring SDK can be downloaded from [**Javadoc & Downloads**](https://docs.licensespring.com/sdks/tutorials/getting-started/java/broken-reference).

For this tutorial, we will download the Version 2.5.2 Core Jar and OSGi bundle, as well as the License Client Jar and OSGI bundle.

![Java JAR and OSGi Bundle Location](https://content.gitbook.com/content/gLzurdfXUuKr9IziZWLz/blobs/8vjL6tCMWQZyS71om34E/vLOmlKc6mIzqV1j_eNkuY_image.png)

See [**Java Modules**](https://docs.licensespring.com/sdks/java-sdk/java-modules) for more information about the different modules.

### Adding JAR Files and OSGI Bundles into Your IntelliJ IDEA Project

{% stepper %}
{% step %}

### Open your project

Open your installed IntelliJ IDEA project.
{% endstep %}

{% step %}

### Open Project Structure

Go to File > Project Structure.
{% endstep %}

{% step %}

### Select Modules

Select Modules in the left panel and open the Dependencies tab.
{% endstep %}

{% step %}

### Add JARs or directories

Click the + icon and choose the JARs or Directories option.
{% endstep %}

{% step %}

### Select files

Select your JAR file(s) or the directories containing them.
{% endstep %}

{% step %}

### Confirm

Click OK to add the selected files to the module dependencies.
{% endstep %}
{% endstepper %}

![Adding JAR Files to Dependencies](https://content.gitbook.com/content/gLzurdfXUuKr9IziZWLz/blobs/MZH3d8r8LnWYxMnUyEcw/fKeqURBq7pKzob6l_m9LM_image.png)
