| GroupId | GroupIdcom.sksamuel.elastic4s |
|---|---|
| ArtifactId | ArtifactIdelastic4s-http_2.11 |
| Version | Version6.3.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| elastic4s-http_2.11-6.3.2.pom | |
| elastic4s-http_2.11-6.3.2.jar | 2 MB |
| elastic4s-http_2.11-6.3.2-sources.jar | 132 KB |
| elastic4s-http_2.11-6.3.2-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sksamuel.elastic4s/elastic4s-http_2.11/ -->
<dependency>
<groupId>com.sksamuel.elastic4s</groupId>
<artifactId>elastic4s-http_2.11</artifactId>
<version>6.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.sksamuel.elastic4s/elastic4s-http_2.11/
implementation 'com.sksamuel.elastic4s:elastic4s-http_2.11:6.3.2'
// https://jarcasting.com/artifacts/com.sksamuel.elastic4s/elastic4s-http_2.11/
implementation ("com.sksamuel.elastic4s:elastic4s-http_2.11:6.3.2")
'com.sksamuel.elastic4s:elastic4s-http_2.11:jar:6.3.2'
<dependency org="com.sksamuel.elastic4s" name="elastic4s-http_2.11" rev="6.3.2">
<artifact name="elastic4s-http_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sksamuel.elastic4s', module='elastic4s-http_2.11', version='6.3.2')
)
libraryDependencies += "com.sksamuel.elastic4s" % "elastic4s-http_2.11" % "6.3.2"
[com.sksamuel.elastic4s/elastic4s-http_2.11 "6.3.2"]