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