MVN

tech.molecules : external-umap-java

Maven & Gradle

Sep 27, 2022
3 stars

Umap Implementation in Java · Umap implementation in Java, included from umap-java github project.

<dependency>
    <groupId>tech.molecules</groupId>
    <artifactId>external-umap-java</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.molecules : external-umap-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of tech.molecules : external-umap-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
external-umap-java-1.0
0.0.x
external-umap-java-0.0.2
external-umap-java-0.0.1

How to add a dependency to Maven

Add the following tech.molecules : external-umap-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.molecules</groupId>
    <artifactId>external-umap-java</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.molecules : external-umap-java gradle dependency to your build.gradle file:

implementation 'tech.molecules:external-umap-java:1.0'

Gradle Kotlin DSL: Add the following tech.molecules : external-umap-java gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.molecules:external-umap-java:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.molecules : external-umap-java sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.molecules" % "external-umap-java" % "1.0"