Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection Hazelcast Distributed Applications |
---|---|
GroupId | GroupIdcom.guicedee.examples.hazelcast |
ArtifactId | ArtifactIdexamples-hazelcast-parent |
Version | Version1.1.1.3 |
Type | Typepom |
Filename | Size |
---|---|
examples-hazelcast-parent-1.1.1.3.pom | 915 bytes |
Browse |
<!-- 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.1.3</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.1.3'
// https://jarcasting.com/artifacts/com.guicedee.examples.hazelcast/examples-hazelcast-parent/
implementation ("com.guicedee.examples.hazelcast:examples-hazelcast-parent:1.1.1.3")
'com.guicedee.examples.hazelcast:examples-hazelcast-parent:pom:1.1.1.3'
<dependency org="com.guicedee.examples.hazelcast" name="examples-hazelcast-parent" rev="1.1.1.3">
<artifact name="examples-hazelcast-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.examples.hazelcast', module='examples-hazelcast-parent', version='1.1.1.3')
)
libraryDependencies += "com.guicedee.examples.hazelcast" % "examples-hazelcast-parent" % "1.1.1.3"
[com.guicedee.examples.hazelcast/examples-hazelcast-parent "1.1.1.3"]