MVN

org.openscience.cdk : cdk-depict

Maven & Gradle

Aug 21, 2023
3 usages
425 stars
<dependency>
    <groupId>org.openscience.cdk</groupId>
    <artifactId>cdk-depict</artifactId>
    <version>2.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.9

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.openscience.cdk</groupId>
    <artifactId>cdk-depict</artifactId>
    <version>2.9</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.openscience.cdk:cdk-depict:2.9'

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

implementation("org.openscience.cdk:cdk-depict:2.9")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.openscience.cdk" % "cdk-depict" % "2.9"

Advertisement