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