| Категории |
КатегорииHazelcast Библиотеки уровня приложения Distributed Applications |
|---|---|
| Группа | Группаcom.themodernway |
| Идентификатор | Идентификаторthemodernway-server-hazelcast |
| Версия | Версия1.0.8-RELEASE |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.themodernway/themodernway-server-hazelcast/ -->
<dependency>
<groupId>com.themodernway</groupId>
<artifactId>themodernway-server-hazelcast</artifactId>
<version>1.0.8-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.themodernway/themodernway-server-hazelcast/
implementation 'com.themodernway:themodernway-server-hazelcast:1.0.8-RELEASE'
// https://jarcasting.com/artifacts/com.themodernway/themodernway-server-hazelcast/
implementation ("com.themodernway:themodernway-server-hazelcast:1.0.8-RELEASE")
'com.themodernway:themodernway-server-hazelcast:jar:1.0.8-RELEASE'
<dependency org="com.themodernway" name="themodernway-server-hazelcast" rev="1.0.8-RELEASE">
<artifact name="themodernway-server-hazelcast" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.themodernway', module='themodernway-server-hazelcast', version='1.0.8-RELEASE')
)
libraryDependencies += "com.themodernway" % "themodernway-server-hazelcast" % "1.0.8-RELEASE"
[com.themodernway/themodernway-server-hazelcast "1.0.8-RELEASE"]