File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,12 +15,16 @@ When using Maven, add the following dependency to your `pom.xml`:
1515 <groupId >org.moeaframework</groupId >
1616 <artifactId >jmetal-plugin</artifactId >
1717 <version >6.2.2</version >
18+ <type >jar</type >
19+ <classifier >jar-with-dependencies</classifier >
1820</dependency >
1921```
2022
21- Otherwise, download and add the ` .jar ` file from the [ Releases] ( https://github.com/MOEAFramework/JMetal-Plugin/releases ) page
22- to the classpath, which is typically the ` MOEAFramework/lib/ ` folder. We recommend using the ` -jar-with-dependencies ` file as
23- it includes the appropriate JMetal version and its dependencies.
23+ This references the ` jar-with-dependencies ` to ensure the appropriate JMetal version is included. You may also remove this
24+ classifier to use the regular ` jar ` file.
25+
26+ If not using Maven, download and add the ` .jar ` file from the [ Releases] ( https://github.com/MOEAFramework/JMetal-Plugin/releases ) page
27+ to the classpath, which is typically the ` MOEAFramework/lib/ ` folder.
2428
2529## Supported Versions
2630
You can’t perform that action at this time.
0 commit comments