Registry / utility / cdk-standard

cdk-standard

JSON →
library2.7.1javamavenunverified

CDK Standard provides core cheminformatics functionality for molecular modeling and analysis.

<dependency> <groupId>org.openscience.cdk</groupId> <artifactId>cdk-standard</artifactId> <version>2.7.1</version> </dependency>
INSTALL
IMPORT
SIG · CDK-STANDARD
C
cdk-standard
utilityjavav2.7.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DefaultChemObjectBuilder
org.openscience.cdk.DefaultChemObjectBuilder

Minimal example creating a molecule using CDK

import org.openscience.cdk.DefaultChemObjectBuilder; import org.openscience.cdk.interfaces.IAtomContainer; public class Example { public static void main(String[] args) { IAtomContainer mol = DefaultChemObjectBuilder.getInstance().newAtomContainer(); System.out.println("Molecule created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.7.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
cdk-standard — mvn dependency:get cdk-standard · libregistry