MVN

org.openscience.cdk : cdk-charges

Maven & Gradle

Sep 14, 2022
2 usages
322 stars

cdk-charges

<dependency>
    <groupId>org.openscience.cdk</groupId>
    <artifactId>cdk-charges</artifactId>
    <version>2.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openscience.cdk : cdk-charges to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8

All Versions

Choose a version of org.openscience.cdk : cdk-charges to add to Maven or Gradle - All Versions:

  • Version Updated
  • cdk-charges-2.8

    Sep 14, 2022
  • cdk-charges-2.7.1

    Jan 11, 2022
  • cdk-charges-2.7

    Jan 08, 2022
  • cdk-charges-2.6

    Dec 14, 2021
  • cdk-charges-2.5

    May 05, 2021
  • cdk-charges-2.3

    Aug 09, 2019
  • cdk-charges-2.2

    Oct 30, 2018
  • cdk-charges-2.1.1

    Dec 28, 2017
  • cdk-charges-2.1

    Dec 15, 2017
  • cdk-charges-2.0

    May 25, 2017
  • cdk-charges-1.5.15

    May 02, 2017
  • cdk-charges-1.5.14

    Oct 10, 2016
  • cdk-charges-1.5.13

    Apr 24, 2016
  • cdk-charges-1.5.12

    Nov 28, 2015
  • cdk-charges-1.5.11

    Aug 30, 2015
  • cdk-charges-1.5.10

    Dec 29, 2014

How to add a dependency to Maven

Add the following org.openscience.cdk : cdk-charges maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.openscience.cdk</groupId>
    <artifactId>cdk-charges</artifactId>
    <version>2.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openscience.cdk : cdk-charges gradle dependency to your build.gradle file:

implementation 'org.openscience.cdk:cdk-charges:2.8'

Gradle Kotlin DSL: Add the following org.openscience.cdk : cdk-charges gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openscience.cdk:cdk-charges:2.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openscience.cdk : cdk-charges sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openscience.cdk" % "cdk-charges" % "2.8"