# JavaDependency

Represents an external dependency imported through a maven or gradle project

## Members

|            |                                                         |   |
| ---------- | ------------------------------------------------------- | - |
| artifactId | string                                                  |   |
| groupId    | string                                                  |   |
| scope      | optional “compile” \| “test” \| “runtime” \| “provided” |   |
| version    | optional string                                         |   |
