Registry / utility / cdk-core

cdk-core

JSON →
library2.7.1javamavenunverified

Provides the core module for the Chemistry Development Kit (CDK), a modular library for cheminformatics.

<dependency> <groupId>org.openscience.cdk</groupId> <artifactId>cdk-core</artifactId> <version>2.7.1</version> </dependency>
INSTALL
IMPORT
SIG · CDK-CORE
C
cdk-core
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.

AtomContainer
org.openscience.cdk.AtomContainer

Create a molecule with one carbon atom using CDK.

import org.openscience.cdk.AtomContainer; import org.openscience.cdk.Atom; public class Example { public static void main(String[] args) { AtomContainer mol = new AtomContainer(); mol.addAtom(new Atom("C")); System.out.println("CDK AtomContainer created with " + mol.getAtomCount() + " atoms"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.7.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
cdk-core — mvn dependency:get cdk-core · libregistry