MVN

org.openscience.cdk : cdk-charges

Maven & Gradle

Aug 21, 2023
2 usages
425 stars

cdk-charges

<dependency>
    <groupId>org.openscience.cdk</groupId>
    <artifactId>cdk-charges</artifactId>
    <version>2.9</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.9

All Versions

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

Version Vulnerabilities Updated
2.9
cdk-charges-2.9
2.8
cdk-charges-2.8
2.7.x
cdk-charges-2.7.1
2.7
cdk-charges-2.7
2.6
cdk-charges-2.6
2.5
cdk-charges-2.5
2.3
cdk-charges-2.3
2.2
cdk-charges-2.2
2.1.x
cdk-charges-2.1.1
2.1
cdk-charges-2.1
2.0
cdk-charges-2.0
1.5.x
cdk-charges-1.5.15
cdk-charges-1.5.14
cdk-charges-1.5.13
cdk-charges-1.5.12
cdk-charges-1.5.11
cdk-charges-1.5.10

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.9</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.9'

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.9")

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.9"

Advertisement