# Full List of CDN Links

This article lists CDN links for including **dhtmlxGantt** in your app.

Gantt consists of two core files:

- **JavaScript:** `dhtmlxgantt.js`
- **Styles:** `dhtmlxgantt.css`


## Latest Gantt version (edge)

Use:

`https://cdn.dhtmlx.com/gantt/edge/...`

### Core files

- JS: https://cdn.dhtmlx.com/gantt/edge/dhtmlxgantt.js
- CSS: https://cdn.dhtmlx.com/gantt/edge/dhtmlxgantt.css



## Latest Gantt version (edge), Uncompressed

Use:

`https://cdn.dhtmlx.com/gantt/edge/sources/...`

### Core files

- JS: https://cdn.dhtmlx.com/gantt/edge/sources/dhtmlxgantt.js
- CSS: https://cdn.dhtmlx.com/gantt/edge/sources/dhtmlxgantt.css


## Particular Gantt version

Use:

`https://cdn.dhtmlx.com/gantt/[version_number]/...`

The `[version_number]` specifies `major.minor` version of the package, for example **9.0**, **8.0**, **7.1**, etc. Our CDN always provides the latest patch version for each major/minor release.

### Core files

- JS: https://cdn.dhtmlx.com/gantt/9.0/dhtmlxgantt.js
- CSS: https://cdn.dhtmlx.com/gantt/9.0/dhtmlxgantt.css

### Skins (only for v8.0 and older)

Separate skin files are available in v8.0 and earlier.
Starting from v9.0, all skins are included in `dhtmlxgantt.css` and selected via `gantt.skin`/`gantt.setSkin()`, please check the [Migration guide](migration.md#single-css-file) for more details.

- Terrace: https://cdn.dhtmlx.com/gantt/8.0/skins/dhtmlxgantt_terrace.css
- Meadow: https://cdn.dhtmlx.com/gantt/8.0/skins/dhtmlxgantt_meadow.css
- Skyblue: https://cdn.dhtmlx.com/gantt/8.0/skins/dhtmlxgantt_skyblue.css
- Broadway: https://cdn.dhtmlx.com/gantt/8.0/skins/dhtmlxgantt_broadway.css
- Contrast Black: https://cdn.dhtmlx.com/gantt/8.0/skins/dhtmlxgantt_contrast_black.css
- Contrast White: https://cdn.dhtmlx.com/gantt/8.0/skins/dhtmlxgantt_contrast_white.css
- Material: https://cdn.dhtmlx.com/gantt/8.0/skins/dhtmlxgantt_material.css

## Particular Gantt version, Uncompressed

Use:

`https://cdn.dhtmlx.com/gantt/[version_number]/sources/...`

The `[version_number]` specifies `major.minor` version of the package, for example **9.0**, **8.0**, **7.1**, etc. Our CDN always provides the latest patch version for each major/minor release.

### Core files

- JS: https://cdn.dhtmlx.com/gantt/9.0/sources/dhtmlxgantt.js
- CSS: https://cdn.dhtmlx.com/gantt/9.0/sources/dhtmlxgantt.css


### Skins (only for v8.0 and older)

Separate skin files are available in v8.0 and earlier.
Starting from v9.0, all skins are included in `dhtmlxgantt.css` and selected via `gantt.skin`/`gantt.setSkin()`, please check the [Migration guide](migration.md#single-css-file) for more details.

Uncompressed skin files:

- Terrace: https://cdn.dhtmlx.com/gantt/8.0/sources/skins/dhtmlxgantt_terrace.css
- Meadow: https://cdn.dhtmlx.com/gantt/8.0/sources/skins/dhtmlxgantt_meadow.css
- Skyblue: https://cdn.dhtmlx.com/gantt/8.0/sources/skins/dhtmlxgantt_skyblue.css
- Broadway: https://cdn.dhtmlx.com/gantt/8.0/sources/skins/dhtmlxgantt_broadway.css
- Contrast Black: https://cdn.dhtmlx.com/gantt/8.0/sources/skins/dhtmlxgantt_contrast_black.css
- Contrast White: https://cdn.dhtmlx.com/gantt/8.0/sources/skins/dhtmlxgantt_contrast_white.css
- Material: https://cdn.dhtmlx.com/gantt/8.0/sources/skins/dhtmlxgantt_material.css
