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