From 8c7733bb9363b193ef59c337e32465325bf581e5 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Tue, 5 Jan 2016 01:50:14 +0400 Subject: [PATCH] Reformat. --- documentation/index.html | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/documentation/index.html b/documentation/index.html index ef38095..a132cee 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -271,16 +271,18 @@ dependencies {

There are various kinds of dependencies:

- +
+
compile
+
Used to compile your project.
+
runtime
+
Not used at compile time but passed to the JVM to run your application.
+
provided
+
Used at compile time but not used to run your application.
+
excluded
+
Excluded from the classpath. You can either + specify a versioned id (e.g. "groupId:artifactId:version") or a versionless one + ("groupId:artifactId:").
+

Maven repos

Unauthenticated repos