egonw / cdkbook

Groovy Cheminformatics with the Chemistry Development Kit
https://egonw.github.io/cdkbook/
Creative Commons Attribution Share Alike 4.0 International
40 stars 11 forks source link

duplicate Grab output #21

Closed egonw closed 4 years ago

egonw commented 4 years ago

For example in code/CTR2.code.md:

 ```groovy
+@Grab(group='org.openscience.cdk', module='cdk-bundle', version='%CDKVERSION%')
+@Grab(group='org.openscience.cdk', module='cdk-bundle', version='2.3')
+