MVN

org.eurekaclinical : umls-query

Maven & Gradle

Feb 16, 2018
1 usages
0 stars

UMLSQuery · The UMLSQuery library allows you to connect to a MySQL UMLS installation and run common queries.

<dependency>
    <groupId>org.eurekaclinical</groupId>
    <artifactId>umls-query</artifactId>
    <version>2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eurekaclinical : umls-query to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0
  • Latest Alpha: 2.0-Alpha-1

All Versions

Choose a version of org.eurekaclinical : umls-query to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0
umls-query-2.0
umls-query-2.0-Alpha-1

How to add a dependency to Maven

Add the following org.eurekaclinical : umls-query maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eurekaclinical</groupId>
    <artifactId>umls-query</artifactId>
    <version>2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eurekaclinical : umls-query gradle dependency to your build.gradle file:

implementation 'org.eurekaclinical:umls-query:2.0'

Gradle Kotlin DSL: Add the following org.eurekaclinical : umls-query gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eurekaclinical:umls-query:2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eurekaclinical : umls-query sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eurekaclinical" % "umls-query" % "2.0"

Advertisement