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