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.0.3-jre14 |
Type | Typepom |
Filename | Size |
---|---|
examples-hazelcast-parent-1.1.0.3-jre14.pom | 921 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.0.3-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.3-jre14'
// https://jarcasting.com/artifacts/com.guicedee.examples.hazelcast/examples-hazelcast-parent/
implementation ("com.guicedee.examples.hazelcast:examples-hazelcast-parent:1.1.0.3-jre14")
'com.guicedee.examples.hazelcast:examples-hazelcast-parent:pom:1.1.0.3-jre14'
<dependency org="com.guicedee.examples.hazelcast" name="examples-hazelcast-parent" rev="1.1.0.3-jre14">
<artifact name="examples-hazelcast-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.examples.hazelcast', module='examples-hazelcast-parent', version='1.1.0.3-jre14')
)
libraryDependencies += "com.guicedee.examples.hazelcast" % "examples-hazelcast-parent" % "1.1.0.3-jre14"
[com.guicedee.examples.hazelcast/examples-hazelcast-parent "1.1.0.3-jre14"]