Skip to content

Commit

Permalink
List the latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Apr 4, 2024
1 parent 904c8f6 commit 99548a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -38,8 +38,8 @@ You can also download a pre-built library JAR from [releases](https://github.com
Include the main JAR on the Java classpath when compiling and running your code:

```bash
$ javac -cp cdk-2.8.jar MyClass.java
$ java -cp cdk-2.8.jar:. MyClass
$ javac -cp cdk-2.9.jar MyClass.java
$ java -cp cdk-2.9.jar:. MyClass
```

If you are using Maven, you can use the **uber** ``cdk-bundle`` to grab
Expand All @@ -49,7 +49,7 @@ everything, note it is much more efficient to use include the modules you need:
<dependency>
<artifactId>cdk-bundle</artifactId>
<groupId>org.openscience.cdk</groupId>
<version>2.8</version>
<version>2.9</version>
</dependency>
```

Expand Down

0 comments on commit 99548a9

Please sign in to comment.