h

hibernate-vector

Hibernate's extensions for vector support
https://hibernate.org/orm
GNU Library General Public License v2.1 or later
Hibernate.org
The Hibernate Development Team
Files download
File Operation
hibernate-vector-6.6.0.CR2.pom download
Apache Maven
<dependency>
  <groupId>org.hibernate</groupId>
  <artifactId>hibernate-vector</artifactId>
  <version>6.6.0.CR2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.hibernate:hibernate-vector:6.6.0.CR2'
Gradle Kotlin
implementation("org.hibernate:hibernate-vector:6.6.0.CR2")
Scala SBT
libraryDependencies += "org.hibernate" % "hibernate-vector" % "6.6.0.CR2"
Groovy Grape
@Grapes(
  @Grab(group='org.hibernate', module='hibernate-vector', version='6.6.0.CR2')
)
Apache Ivy
<dependency org="org.hibernate" name="hibernate-vector" rev="6.6.0.CR2" />
Leiningen
[org.hibernate/hibernate-vector "6.6.0.CR2"]
Apache Buildr
'org.hibernate:hibernate-vector:jar:6.6.0.CR2'
Dependencies
The project has no third-party dependencies