Categories |
CategoriesCLI User Interface Hazelcast Application Layer Libs Distributed Applications |
---|---|
GroupId | GroupIdorg.eclipse.jnosql.artemis |
ArtifactId | ArtifactIdhazelcast-extension |
Version | Version0.1.0.M1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.jnosql.artemis/hazelcast-extension/ -->
<dependency>
<groupId>org.eclipse.jnosql.artemis</groupId>
<artifactId>hazelcast-extension</artifactId>
<version>0.1.0.M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jnosql.artemis/hazelcast-extension/
implementation 'org.eclipse.jnosql.artemis:hazelcast-extension:0.1.0.M1'
// https://jarcasting.com/artifacts/org.eclipse.jnosql.artemis/hazelcast-extension/
implementation ("org.eclipse.jnosql.artemis:hazelcast-extension:0.1.0.M1")
'org.eclipse.jnosql.artemis:hazelcast-extension:jar:0.1.0.M1'
<dependency org="org.eclipse.jnosql.artemis" name="hazelcast-extension" rev="0.1.0.M1">
<artifact name="hazelcast-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jnosql.artemis', module='hazelcast-extension', version='0.1.0.M1')
)
libraryDependencies += "org.eclipse.jnosql.artemis" % "hazelcast-extension" % "0.1.0.M1"
[org.eclipse.jnosql.artemis/hazelcast-extension "0.1.0.M1"]