Categories |
CategoriesHazelcast Application Layer Libs Distributed Applications |
---|---|
GroupId | GroupIdcom.hazelcast.jet.examples |
ArtifactId | ArtifactIdhazelcast-jet-examples-pattern-matching |
Version | Version4.3.1 |
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.3.1</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.3.1'
// https://jarcasting.com/artifacts/com.hazelcast.jet.examples/hazelcast-jet-examples-pattern-matching/
implementation ("com.hazelcast.jet.examples:hazelcast-jet-examples-pattern-matching:4.3.1")
'com.hazelcast.jet.examples:hazelcast-jet-examples-pattern-matching:jar:4.3.1'
<dependency org="com.hazelcast.jet.examples" name="hazelcast-jet-examples-pattern-matching" rev="4.3.1">
<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.3.1')
)
libraryDependencies += "com.hazelcast.jet.examples" % "hazelcast-jet-examples-pattern-matching" % "4.3.1"
[com.hazelcast.jet.examples/hazelcast-jet-examples-pattern-matching "4.3.1"]