Categories |
CategoriesHazelcast Application Layer Libs Distributed Applications |
---|---|
GroupId | GroupIdcom.hazelcast.jet.examples |
ArtifactId | ArtifactIdhazelcast-jet-examples-pattern-matching |
Version | Version4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.hazelcast.jet.examples/hazelcast-jet-examples-pattern-matching/ -->
<dependency>
<groupId>com.hazelcast.jet.examples</groupId>
<artifactId>hazelcast-jet-examples-pattern-matching</artifactId>
<version>4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hazelcast.jet.examples/hazelcast-jet-examples-pattern-matching/
implementation 'com.hazelcast.jet.examples:hazelcast-jet-examples-pattern-matching:4.0'
// https://jarcasting.com/artifacts/com.hazelcast.jet.examples/hazelcast-jet-examples-pattern-matching/
implementation ("com.hazelcast.jet.examples:hazelcast-jet-examples-pattern-matching:4.0")
'com.hazelcast.jet.examples:hazelcast-jet-examples-pattern-matching:jar:4.0'
<dependency org="com.hazelcast.jet.examples" name="hazelcast-jet-examples-pattern-matching" rev="4.0">
<artifact name="hazelcast-jet-examples-pattern-matching" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hazelcast.jet.examples', module='hazelcast-jet-examples-pattern-matching', version='4.0')
)
libraryDependencies += "com.hazelcast.jet.examples" % "hazelcast-jet-examples-pattern-matching" % "4.0"
[com.hazelcast.jet.examples/hazelcast-jet-examples-pattern-matching "4.0"]