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