MVN

gov.nih.ncats : structure-indexer

Maven & Gradle

Jan 12, 2022
0 stars

structure-indexer · The indexing architecture is based on an inverted indexing technique developed within NIH/NCATS.

<dependency>
    <groupId>gov.nih.ncats</groupId>
    <artifactId>structure-indexer</artifactId>
    <version>0.0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.0.13

All Versions

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

Version Vulnerabilities Updated
0.0.x
structure-indexer-0.0.13

How to add a dependency to Maven

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

<dependency>
    <groupId>gov.nih.ncats</groupId>
    <artifactId>structure-indexer</artifactId>
    <version>0.0.13</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'gov.nih.ncats:structure-indexer:0.0.13'

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

implementation("gov.nih.ncats:structure-indexer:0.0.13")

How to add a dependency to SBT Scala

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

libraryDependencies += "gov.nih.ncats" % "structure-indexer" % "0.0.13"

Advertisement