Categories |
CategoriesConfiguration Application Layer Libs config Hazelcast Distributed Applications |
---|---|
GroupId | GroupIdcom.hazelcast.jet.examples |
ArtifactId | ArtifactIdhazelcast-jet-examples-configuration |
Version | Version3.2 |
Type | Typepom |
Filename | Size |
---|---|
hazelcast-jet-examples-configuration-3.2.pom | 729 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.hazelcast.jet.examples/hazelcast-jet-examples-configuration/ -->
<dependency>
<groupId>com.hazelcast.jet.examples</groupId>
<artifactId>hazelcast-jet-examples-configuration</artifactId>
<version>3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hazelcast.jet.examples/hazelcast-jet-examples-configuration/
implementation 'com.hazelcast.jet.examples:hazelcast-jet-examples-configuration:3.2'
// https://jarcasting.com/artifacts/com.hazelcast.jet.examples/hazelcast-jet-examples-configuration/
implementation ("com.hazelcast.jet.examples:hazelcast-jet-examples-configuration:3.2")
'com.hazelcast.jet.examples:hazelcast-jet-examples-configuration:pom:3.2'
<dependency org="com.hazelcast.jet.examples" name="hazelcast-jet-examples-configuration" rev="3.2">
<artifact name="hazelcast-jet-examples-configuration" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hazelcast.jet.examples', module='hazelcast-jet-examples-configuration', version='3.2')
)
libraryDependencies += "com.hazelcast.jet.examples" % "hazelcast-jet-examples-configuration" % "3.2"
[com.hazelcast.jet.examples/hazelcast-jet-examples-configuration "3.2"]