License |
License |
---|---|
Categories |
CategoriesHazelcast Application Layer Libs Distributed Applications |
GroupId | GroupIdcom.hazelcast.jet.contrib |
ArtifactId | ArtifactIdhttp |
Version | Version0.1 |
Type | Typejar |
Description |
Descriptionhttp
A Hazelcast Jet connector for listening HTTP requests.
|
Filename | Size |
---|---|
http-0.1.pom | |
http-0.1.jar | 3 MB |
http-0.1-tests.jar | 21 KB |
http-0.1-sources.jar | 14 KB |
http-0.1-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hazelcast.jet.contrib/http/ -->
<dependency>
<groupId>com.hazelcast.jet.contrib</groupId>
<artifactId>http</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.hazelcast.jet.contrib/http/
implementation 'com.hazelcast.jet.contrib:http:0.1'
// https://jarcasting.com/artifacts/com.hazelcast.jet.contrib/http/
implementation ("com.hazelcast.jet.contrib:http:0.1")
'com.hazelcast.jet.contrib:http:jar:0.1'
<dependency org="com.hazelcast.jet.contrib" name="http" rev="0.1">
<artifact name="http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hazelcast.jet.contrib', module='http', version='0.1')
)
libraryDependencies += "com.hazelcast.jet.contrib" % "http" % "0.1"
[com.hazelcast.jet.contrib/http "0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.hazelcast.jet : hazelcast-jet | jar | 4.3 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
io.undertow : undertow-core | jar | 2.1.1.Final |