We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551ee3b commit 9cb34c9Copy full SHA for 9cb34c9
README.md
@@ -40,8 +40,8 @@ You can also download a pre-built library JAR from [releases](https://github.com
40
Include the main JAR on the Java classpath when compiling and running your code:
41
42
```bash
43
-$ javac -cp cdk-2.5.jar MyClass.java
44
-$ java -cp cdk-2.5.jar:. MyClass
+$ javac -cp cdk-2.7.jar MyClass.java
+$ java -cp cdk-2.7.jar:. MyClass
45
```
46
47
If you are using Maven, you can use the **uber** ``cdk-bundle``, note it is much more efficient to use include
@@ -51,7 +51,7 @@ the modules you need:
51
<dependency>
52
<artifactId>cdk-bundle</artifactId>
53
<groupId>org.openscience.cdk</groupId>
54
- <version>2.5</version>
+ <version>2.7</version>
55
</dependency>
56
57
0 commit comments