external-umap-java
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>tech.molecules</groupId> <artifactId>external-umap-java</artifactId> <version>1.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>tech.molecules</groupId> <artifactId>external-umap-java</artifactId> <version>1.0</version> <name>Umap Implementation in Java</name> <description>Umap implementation in Java, included from umap-java github project.</description> <url>https://github.com/lithom/leet-chem/tree/main/leet/external-umap-java</url> <licenses> <license> <name>MIT License</name> <url>http://www.opensource.org/licenses/mit-license.php</url> </license> </licenses> <developers> <developer> <name>Jesse Paquette</name> </developer> <developer> <name>Richard Littin</name> </developer> <developer> <name>Jonathan Purvis</name> </developer> <developer> <name>Sean A. Irvine</name> </developer> <developer> <name>John Cleary</name> </developer> <developer> <name>Leland McInnes</name> </developer> <developer> <name>Thomas Liphardt</name> <email>liphardtt@gmail.com</email> <organization>Idorsia Pharmaceuticals Ltd.</organization> </developer> </developers> <scm> <connection>scm:git:git://github.com/lithom/leet-chem.git</connection> <developerConnection>scm:git:ssh://github.com:lithom/leet-chem.git</developerConnection> <url>https://github.com/lithom/leet-chem</url> </scm> <build> <plugins> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.3</version> <extensions>true</extensions> </plugin> </plugins> </build> </project>