Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka authored Jun 29, 2024
1 parent ccccebc commit bf73e7c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,16 @@ When using Maven, add the following dependency to your `pom.xml`:
<groupId>org.moeaframework</groupId>
<artifactId>jmetal-plugin</artifactId>
<version>6.2.2</version>
<type>jar</type>
<classifier>jar-with-dependencies</classifier>
</dependency>
```

Otherwise, download and add the `.jar` file from the [Releases](https://github.com/MOEAFramework/JMetal-Plugin/releases) page
to the classpath, which is typically the `MOEAFramework/lib/` folder. We recommend using the `-jar-with-dependencies` file as
it includes the appropriate JMetal version and its dependencies.
This references the `jar-with-dependencies` to ensure the appropriate JMetal version is included. You may also remove this
classifier to use the regular `jar` file.

If not using Maven, download and add the `.jar` file from the [Releases](https://github.com/MOEAFramework/JMetal-Plugin/releases) page
to the classpath, which is typically the `MOEAFramework/lib/` folder.

## Supported Versions

Expand Down

0 comments on commit bf73e7c

Please sign in to comment.