| Categories |
CategoriesHazelcast Application Layer Libs Distributed Applications |
|---|---|
| GroupId | GroupIdcom.hazelcast |
| ArtifactId | ArtifactIdhazelcast-documentation |
| Version | Version2.5 |
| Type | Typepom |
| Filename | Size |
|---|---|
| hazelcast-documentation-2.5.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hazelcast/hazelcast-documentation/ -->
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-documentation</artifactId>
<version>2.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hazelcast/hazelcast-documentation/
implementation 'com.hazelcast:hazelcast-documentation:2.5'
// https://jarcasting.com/artifacts/com.hazelcast/hazelcast-documentation/
implementation ("com.hazelcast:hazelcast-documentation:2.5")
'com.hazelcast:hazelcast-documentation:pom:2.5'
<dependency org="com.hazelcast" name="hazelcast-documentation" rev="2.5">
<artifact name="hazelcast-documentation" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hazelcast', module='hazelcast-documentation', version='2.5')
)
libraryDependencies += "com.hazelcast" % "hazelcast-documentation" % "2.5"
[com.hazelcast/hazelcast-documentation "2.5"]