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