Categories |
CategoriesData |
---|---|
GroupId | GroupIdio.snappydata |
ArtifactId | ArtifactIdgemfire-core |
Version | Version1.5.0-BETA.4 |
Type | Typejar |
Filename | Size |
---|---|
gemfire-core-1.5.0-BETA.4.pom | |
gemfire-core-1.5.0-BETA.4.jar | 11 MB |
gemfire-core-1.5.0-BETA.4-sources.jar | 9 MB |
gemfire-core-1.5.0-BETA.4-javadoc.jar | 29 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.snappydata/gemfire-core/ -->
<dependency>
<groupId>io.snappydata</groupId>
<artifactId>gemfire-core</artifactId>
<version>1.5.0-BETA.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.snappydata/gemfire-core/
implementation 'io.snappydata:gemfire-core:1.5.0-BETA.4'
// https://jarcasting.com/artifacts/io.snappydata/gemfire-core/
implementation ("io.snappydata:gemfire-core:1.5.0-BETA.4")
'io.snappydata:gemfire-core:jar:1.5.0-BETA.4'
<dependency org="io.snappydata" name="gemfire-core" rev="1.5.0-BETA.4">
<artifact name="gemfire-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.snappydata', module='gemfire-core', version='1.5.0-BETA.4')
)
libraryDependencies += "io.snappydata" % "gemfire-core" % "1.5.0-BETA.4"
[io.snappydata/gemfire-core "1.5.0-BETA.4"]