| Type | Graphs | Description |
|---|---|---|
| all | linked, flat | These are the dependencies of the project for all scopes. |
| compile | linked, flat | These dependencies are required for compilation. They are available in all classpaths of the project and are also propagated as transitive dependencies to projects that depend on this project |
| runtime | linked, flat | These dependencies are not required for compilation, but are for execution. They are in the runtime classpath (eg WEB-INF/lib) and test classpath, but not the compile classpath. |
| Type | Graphs | Description |
|---|---|---|
| all | linked, flat | These are the dependencies of the project for all scopes. |
| compile | linked, flat | These dependencies are required for compilation. They are available in all classpaths of the project and are also propagated as transitive dependencies to projects that depend on this project |
| runtime | linked, flat | These dependencies are not required for compilation, but are for execution. They are in the runtime classpath (eg WEB-INF/lib) and test classpath, but not the compile classpath. |
| Type | Graphs | Description |
|---|---|---|
| direct | linked, flat | Direct dependencies on Kuali projects |
| transitive | linked, flat | Transitive dependencies on Kuali projects |