Categories |
CategoriesHazelcast Application Layer Libs Distributed Applications |
---|---|
GroupId | GroupIdcom.hazelcast.jet |
ArtifactId | ArtifactIdhazelcast-jet-spring |
Version | Version3.1 |
Type | Typejar |
Filename | Size |
---|---|
hazelcast-jet-spring-3.1.pom | |
hazelcast-jet-spring-3.1.jar | 295 KB |
hazelcast-jet-spring-3.1-tests.jar | 12 KB |
hazelcast-jet-spring-3.1-sources.jar | 259 KB |
hazelcast-jet-spring-3.1-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hazelcast.jet/hazelcast-jet-spring/ -->
<dependency>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-spring</artifactId>
<version>3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.hazelcast.jet/hazelcast-jet-spring/
implementation 'com.hazelcast.jet:hazelcast-jet-spring:3.1'
// https://jarcasting.com/artifacts/com.hazelcast.jet/hazelcast-jet-spring/
implementation ("com.hazelcast.jet:hazelcast-jet-spring:3.1")
'com.hazelcast.jet:hazelcast-jet-spring:jar:3.1'
<dependency org="com.hazelcast.jet" name="hazelcast-jet-spring" rev="3.1">
<artifact name="hazelcast-jet-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hazelcast.jet', module='hazelcast-jet-spring', version='3.1')
)
libraryDependencies += "com.hazelcast.jet" % "hazelcast-jet-spring" % "3.1"
[com.hazelcast.jet/hazelcast-jet-spring "3.1"]