Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection Hazelcast Distributed Applications |
---|---|
GroupId | GroupIdcom.jwebmp |
ArtifactId | ArtifactIdguiced-hazelcast |
Version | Version0.65.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.jwebmp/guiced-hazelcast/ -->
<dependency>
<groupId>com.jwebmp</groupId>
<artifactId>guiced-hazelcast</artifactId>
<version>0.65.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.jwebmp/guiced-hazelcast/
implementation 'com.jwebmp:guiced-hazelcast:0.65.0.2'
// https://jarcasting.com/artifacts/com.jwebmp/guiced-hazelcast/
implementation ("com.jwebmp:guiced-hazelcast:0.65.0.2")
'com.jwebmp:guiced-hazelcast:jar:0.65.0.2'
<dependency org="com.jwebmp" name="guiced-hazelcast" rev="0.65.0.2">
<artifact name="guiced-hazelcast" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jwebmp', module='guiced-hazelcast', version='0.65.0.2')
)
libraryDependencies += "com.jwebmp" % "guiced-hazelcast" % "0.65.0.2"
[com.jwebmp/guiced-hazelcast "0.65.0.2"]