MVN

com.arosbio : depict

Maven & Gradle

Jul 16, 2023
5 stars

com.arosbio:depict · Project with extensions of CDK rendering of molecules, in order to generate the "blooming" depictions from predictions

<dependency>
    <groupId>com.arosbio</groupId>
    <artifactId>depict</artifactId>
    <version>2.0.0-rc3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.arosbio : depict to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0-rc3
  • Latest Release Candidate: 2.0.0-rc3

All Versions

Choose a version of com.arosbio : depict to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
depict-2.0.0-rc3
depict-2.0.0-rc1

How to add a dependency to Maven

Add the following com.arosbio : depict maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.arosbio</groupId>
    <artifactId>depict</artifactId>
    <version>2.0.0-rc3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.arosbio : depict gradle dependency to your build.gradle file:

implementation 'com.arosbio:depict:2.0.0-rc3'

Gradle Kotlin DSL: Add the following com.arosbio : depict gradle kotlin dependency to your build.gradle.kts file:

implementation("com.arosbio:depict:2.0.0-rc3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.arosbio : depict sbt scala dependency to your build.sbt file:

libraryDependencies += "com.arosbio" % "depict" % "2.0.0-rc3"

Advertisement