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