We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf5d3e2 commit 69d59ceCopy full SHA for 69d59ce
README.md
@@ -38,8 +38,8 @@ You can also download a pre-built library JAR from [releases](https://github.com
38
Include the main JAR on the Java classpath when compiling and running your code:
39
40
```bash
41
-$ javac -cp cdk-2.2.jar MyClass.java
42
-$ java -cp cdk-2.2.jar:. MyClass
+$ javac -cp cdk-2.3.jar MyClass.java
+$ java -cp cdk-2.3.jar:. MyClass
43
```
44
45
If you are using Maven, you can use the **uber** ``cdk-bundle``, note it is much more efficient to use include
@@ -49,7 +49,7 @@ the modules you need:
49
<dependency>
50
<artifactId>cdk-bundle</artifactId>
51
<groupId>org.openscience.cdk</groupId>
52
- <version>2.2</version>
+ <version>2.3</version>
53
</dependency>
54
55
0 commit comments