| Категории |
КатегорииGUI Взаимодействие с пользователем Guice Библиотеки уровня приложения Dependency Injection Hazelcast Distributed Applications |
|---|---|
| Группа | Группаcom.guicedee.examples.hazelcast |
| Идентификатор | Идентификаторexamples-hazelcast-parent |
| Версия | Версия1.1.0.8-SNAPSHOT-jre14 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| examples-hazelcast-parent-1.1.0.8-SNAPSHOT-jre14.pom | 930 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.guicedee.examples.hazelcast/examples-hazelcast-parent/ -->
<dependency>
<groupId>com.guicedee.examples.hazelcast</groupId>
<artifactId>examples-hazelcast-parent</artifactId>
<version>1.1.0.8-SNAPSHOT-jre14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.examples.hazelcast/examples-hazelcast-parent/
implementation 'com.guicedee.examples.hazelcast:examples-hazelcast-parent:1.1.0.8-SNAPSHOT-jre14'
// https://jarcasting.com/artifacts/com.guicedee.examples.hazelcast/examples-hazelcast-parent/
implementation ("com.guicedee.examples.hazelcast:examples-hazelcast-parent:1.1.0.8-SNAPSHOT-jre14")
'com.guicedee.examples.hazelcast:examples-hazelcast-parent:pom:1.1.0.8-SNAPSHOT-jre14'
<dependency org="com.guicedee.examples.hazelcast" name="examples-hazelcast-parent" rev="1.1.0.8-SNAPSHOT-jre14">
<artifact name="examples-hazelcast-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.examples.hazelcast', module='examples-hazelcast-parent', version='1.1.0.8-SNAPSHOT-jre14')
)
libraryDependencies += "com.guicedee.examples.hazelcast" % "examples-hazelcast-parent" % "1.1.0.8-SNAPSHOT-jre14"
[com.guicedee.examples.hazelcast/examples-hazelcast-parent "1.1.0.8-SNAPSHOT-jre14"]