jvector
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.jbellis</groupId>
<artifactId>jvector</artifactId>
<version>1.0.2</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>io.github.jbellis</groupId>
<artifactId>jvector</artifactId>
<version>1.0.2</version>
<name>JVector</name>
<description>JVector: the most advanced embedded vector search engine</description>
<url>https://github.com/jbellis/jvector</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Jonathan Ellis</name>
<email>jbellis@gmail.com</email>
<organization>JVector</organization>
<organizationUrl>https://github.com/jbellis/jvector</organizationUrl>
</developer>
</developers>
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
<connection>scm:git:git://github.com/jbellis/jvector.git</connection>
<developerConnection>scm:git:git@github.com:jbellis/jvector.git</developerConnection>
<url>http://github.com/jbellis/jvector/tree/main/</url>
</scm>
</project>