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.

Parameters accepted as nested elements

Embedded Text ...

Specify required libraries using library names or Maven repo coordinates (without the version).

FileList files ...

Add specified JAR files.

Path path ...

Add a specified search path for JAR files.