Categories |
CategoriesHazelcast Application Layer Libs Distributed Applications |
---|---|
GroupId | GroupIdcom.hazelcast |
ArtifactId | ArtifactIdhazelcast-sql-core |
Version | Version4.1.8 |
Type | Typejar |
Filename | Size |
---|---|
hazelcast-sql-core-4.1.8.pom | |
hazelcast-sql-core-4.1.8.jar | 198 KB |
hazelcast-sql-core-4.1.8-tests.jar | 640 KB |
hazelcast-sql-core-4.1.8-sources.jar | 160 KB |
hazelcast-sql-core-4.1.8-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hazelcast/hazelcast-sql-core/ -->
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-sql-core</artifactId>
<version>4.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.hazelcast/hazelcast-sql-core/
implementation 'com.hazelcast:hazelcast-sql-core:4.1.8'
// https://jarcasting.com/artifacts/com.hazelcast/hazelcast-sql-core/
implementation ("com.hazelcast:hazelcast-sql-core:4.1.8")
'com.hazelcast:hazelcast-sql-core:jar:4.1.8'
<dependency org="com.hazelcast" name="hazelcast-sql-core" rev="4.1.8">
<artifact name="hazelcast-sql-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hazelcast', module='hazelcast-sql-core', version='4.1.8')
)
libraryDependencies += "com.hazelcast" % "hazelcast-sql-core" % "4.1.8"
[com.hazelcast/hazelcast-sql-core "4.1.8"]