| GroupId | GroupIdcom.tecsisa |
|---|---|
| ArtifactId | ArtifactIdlightql-elastic-http_2.13 |
| Version | Version6.7.5 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.tecsisa/lightql-elastic-http_2.13/ -->
<dependency>
<groupId>com.tecsisa</groupId>
<artifactId>lightql-elastic-http_2.13</artifactId>
<version>6.7.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.tecsisa/lightql-elastic-http_2.13/
implementation 'com.tecsisa:lightql-elastic-http_2.13:6.7.5'
// https://jarcasting.com/artifacts/com.tecsisa/lightql-elastic-http_2.13/
implementation ("com.tecsisa:lightql-elastic-http_2.13:6.7.5")
'com.tecsisa:lightql-elastic-http_2.13:jar:6.7.5'
<dependency org="com.tecsisa" name="lightql-elastic-http_2.13" rev="6.7.5">
<artifact name="lightql-elastic-http_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tecsisa', module='lightql-elastic-http_2.13', version='6.7.5')
)
libraryDependencies += "com.tecsisa" % "lightql-elastic-http_2.13" % "6.7.5"
[com.tecsisa/lightql-elastic-http_2.13 "6.7.5"]