Latest

All the resources in the Guide, starting with most recent.

Understanding Dependencies

Part of tutorial

Understanding Dependencies
Adding and visualising dependencies.
Shortcuts

Part of tutorial

Shortcuts
Shortcuts used in the tutorial.
The Maven Tool Window

Part of tutorial

The Maven Tool Window
The Maven Tool Window gives you access to goals, dependencies, and more.
Introduction

Part of tutorial

Introduction
Introduction to working with Maven and Maven projects in IntelliJ IDEA.
Importing a Maven project

Part of tutorial

Importing a Maven project
IntelliJ IDEA understands projects that use Maven and can import them with minimal configuration.
Creating a Maven project

Part of tutorial

Creating a Maven project
Start by creating a brand-new project that uses Maven as the build tool.
Thread-safe collections

Part of tutorial

Thread-safe collections
The same collections you know and love, but thread-safe.
SortedSet<T>

Part of tutorial

SortedSet<T>
Use the SortedSet<T> type for strongly-type, automatically sorted data.
Queues and Stacks.

Part of tutorial

Queues and Stacks.
Use Queues and Stacks for FIFO and LIFO data sets.
List<T>

Part of tutorial

List<T>
Use the List<T> type for strongly-typed, dynamic, sets of data.
LinkedList<T&>

Part of tutorial

LinkedList<T&>
Use the LinkedList<T> type for strongly-typed, dynamic, sets of data.
.NET Collections and Data Structures

Tutorial

.NET Collections and Data Structures
Learn how to apply the right collection for the task at hand.