| Categories |
CategoriesHazelcast Application Layer Libs Distributed Applications |
|---|---|
| GroupId | GroupIdcom.hazelcast |
| ArtifactId | ArtifactIdhazelcast-azure |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hazelcast-azure-1.0.pom | |
| hazelcast-azure-1.0.jar | 14 KB |
| hazelcast-azure-1.0-sources.jar | 8 KB |
| hazelcast-azure-1.0-javadoc.jar | 52 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hazelcast/hazelcast-azure/ -->
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-azure</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hazelcast/hazelcast-azure/
implementation 'com.hazelcast:hazelcast-azure:1.0'
// https://jarcasting.com/artifacts/com.hazelcast/hazelcast-azure/
implementation ("com.hazelcast:hazelcast-azure:1.0")
'com.hazelcast:hazelcast-azure:jar:1.0'
<dependency org="com.hazelcast" name="hazelcast-azure" rev="1.0">
<artifact name="hazelcast-azure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hazelcast', module='hazelcast-azure', version='1.0')
)
libraryDependencies += "com.hazelcast" % "hazelcast-azure" % "1.0"
[com.hazelcast/hazelcast-azure "1.0"]