MVN

gov.nih.ncats : molvec

Maven & Gradle

Oct 14, 2020
51 stars

MolVec · NCATS (chemical) ocr engine that can a way to vectorize chemical images into Chemical objects preserving the 2D layout as much as possible.

<dependency>
    <groupId>gov.nih.ncats</groupId>
    <artifactId>molvec</artifactId>
    <version>0.9.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of gov.nih.ncats : molvec to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.8

All Versions

Choose a version of gov.nih.ncats : molvec to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
molvec-0.9.8
molvec-0.9.7
molvec-0.9.5
molvec-0.9.3

How to add a dependency to Maven

Add the following gov.nih.ncats : molvec maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>gov.nih.ncats</groupId>
    <artifactId>molvec</artifactId>
    <version>0.9.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following gov.nih.ncats : molvec gradle dependency to your build.gradle file:

implementation 'gov.nih.ncats:molvec:0.9.8'

Gradle Kotlin DSL: Add the following gov.nih.ncats : molvec gradle kotlin dependency to your build.gradle.kts file:

implementation("gov.nih.ncats:molvec:0.9.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following gov.nih.ncats : molvec sbt scala dependency to your build.sbt file:

libraryDependencies += "gov.nih.ncats" % "molvec" % "0.9.8"

Advertisement