Categories |
CategoriesJGroups Application Layer Libs Distributed Applications Hibernate Data ORM Search Business Logic Libraries |
---|---|
GroupId | GroupIdorg.hibernate |
ArtifactId | ArtifactIdhibernate-search-backend-jgroups |
Version | Version5.3.0.CR1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.hibernate/hibernate-search-backend-jgroups/ -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search-backend-jgroups</artifactId>
<version>5.3.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate/hibernate-search-backend-jgroups/
implementation 'org.hibernate:hibernate-search-backend-jgroups:5.3.0.CR1'
// https://jarcasting.com/artifacts/org.hibernate/hibernate-search-backend-jgroups/
implementation ("org.hibernate:hibernate-search-backend-jgroups:5.3.0.CR1")
'org.hibernate:hibernate-search-backend-jgroups:jar:5.3.0.CR1'
<dependency org="org.hibernate" name="hibernate-search-backend-jgroups" rev="5.3.0.CR1">
<artifact name="hibernate-search-backend-jgroups" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-search-backend-jgroups', version='5.3.0.CR1')
)
libraryDependencies += "org.hibernate" % "hibernate-search-backend-jgroups" % "5.3.0.CR1"
[org.hibernate/hibernate-search-backend-jgroups "5.3.0.CR1"]