Type ClassPathElement
Specify Java libraries as part of a class path. JAR files are specified using paths or lists of individual JAR files.
Parameters accepted as attributes
| Attribute | Description | Type | Required? |
| file | Specify a single JAR file. | File | No. |
| path | Specify a search path for JAR files. | Path | No. |
| libs | Specify library names or Maven repo coordinates (without versions). | String | No. |