Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdorg.gridgain |
ArtifactId | ArtifactIdgridgain-indexing |
Version | Version6.6.8-p1 |
Type | Typejar |
Filename | Size |
---|---|
gridgain-indexing-6.6.8-p1.pom | |
gridgain-indexing-6.6.8-p1.jar | 106 KB |
gridgain-indexing-6.6.8-p1-sources.jar | 64 KB |
gridgain-indexing-6.6.8-p1-javadoc.jar | 217 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gridgain/gridgain-indexing/ -->
<dependency>
<groupId>org.gridgain</groupId>
<artifactId>gridgain-indexing</artifactId>
<version>6.6.8-p1</version>
</dependency>
// https://jarcasting.com/artifacts/org.gridgain/gridgain-indexing/
implementation 'org.gridgain:gridgain-indexing:6.6.8-p1'
// https://jarcasting.com/artifacts/org.gridgain/gridgain-indexing/
implementation ("org.gridgain:gridgain-indexing:6.6.8-p1")
'org.gridgain:gridgain-indexing:jar:6.6.8-p1'
<dependency org="org.gridgain" name="gridgain-indexing" rev="6.6.8-p1">
<artifact name="gridgain-indexing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gridgain', module='gridgain-indexing', version='6.6.8-p1')
)
libraryDependencies += "org.gridgain" % "gridgain-indexing" % "6.6.8-p1"
[org.gridgain/gridgain-indexing "6.6.8-p1"]