<dependency> <groupId>com.hazelcast</groupId> <artifactId>hazelcast-aws</artifactId> <version>3.1</version> </dependency>
implementation 'com.hazelcast:hazelcast-aws:3.1'
implementation("com.hazelcast:hazelcast-aws:3.1")
libraryDependencies += "com.hazelcast" % "hazelcast-aws" % "3.1"
@Grapes( @Grab(group='com.hazelcast', module='hazelcast-aws', version='3.1') )
<dependency org="com.hazelcast" name="hazelcast-aws" rev="3.1" />
[com.hazelcast/hazelcast-aws "3.1"]
'com.hazelcast:hazelcast-aws:jar:3.1'
provided
|-- com.hazelcast:hazelcast:4.0-SNAPSHOT
test
|-- junit:junit:4.12
|-- org.mockito:mockito-all:1.10.19
|-- javax.cache:cache-api:1.0.0
|-- log4j:log4j:1.2.12
|-- net.bytebuddy:byte-buddy:1.6.12
|-- net.bytebuddy:byte-buddy-agent:1.6.12