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