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