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