Registry / utility / cdk-interfaces

cdk-interfaces

JSON →
library2.7.1javamavenunverified

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

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

IAtomContainer
org.openscience.cdk.interfaces.IAtomContainer

Create an IAtomContainer to represent a chemical molecule.

import org.openscience.cdk.interfaces.IAtomContainer; import org.openscience.cdk.DefaultChemObjectBuilder; public class Example { public static void main(String[] args) { IAtomContainer mol = DefaultChemObjectBuilder.getInstance().newAtomContainer(); System.out.println("Atom container 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-interfaces — mvn dependency:get cdk-interfaces · libregistry