Categories |
CategoriesHazelcast Application Layer Libs Distributed Applications |
---|---|
GroupId | GroupIdcom.hazelcast.jet |
ArtifactId | ArtifactIdhazelcast-jet-spring |
Version | Version0.7 |
Type | Typejar |
Filename | Size |
---|---|
hazelcast-jet-spring-0.7.pom | |
hazelcast-jet-spring-0.7.jar | 222 KB |
hazelcast-jet-spring-0.7-tests.jar | 11 KB |
hazelcast-jet-spring-0.7-sources.jar | 191 KB |
hazelcast-jet-spring-0.7-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>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.hazelcast.jet/hazelcast-jet-spring/
implementation 'com.hazelcast.jet:hazelcast-jet-spring:0.7'
// https://jarcasting.com/artifacts/com.hazelcast.jet/hazelcast-jet-spring/
implementation ("com.hazelcast.jet:hazelcast-jet-spring:0.7")
'com.hazelcast.jet:hazelcast-jet-spring:jar:0.7'
<dependency org="com.hazelcast.jet" name="hazelcast-jet-spring" rev="0.7">
<artifact name="hazelcast-jet-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hazelcast.jet', module='hazelcast-jet-spring', version='0.7')
)
libraryDependencies += "com.hazelcast.jet" % "hazelcast-jet-spring" % "0.7"
[com.hazelcast.jet/hazelcast-jet-spring "0.7"]