Categories |
CategoriesIDE Development Tools Search Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdcom.hmsonline |
ArtifactId | ArtifactIdtrident-elasticsearch |
Version | Version0.3.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.hmsonline/trident-elasticsearch/ -->
<dependency>
<groupId>com.hmsonline</groupId>
<artifactId>trident-elasticsearch</artifactId>
<version>0.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.hmsonline/trident-elasticsearch/
implementation 'com.hmsonline:trident-elasticsearch:0.3.4'
// https://jarcasting.com/artifacts/com.hmsonline/trident-elasticsearch/
implementation ("com.hmsonline:trident-elasticsearch:0.3.4")
'com.hmsonline:trident-elasticsearch:jar:0.3.4'
<dependency org="com.hmsonline" name="trident-elasticsearch" rev="0.3.4">
<artifact name="trident-elasticsearch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hmsonline', module='trident-elasticsearch', version='0.3.4')
)
libraryDependencies += "com.hmsonline" % "trident-elasticsearch" % "0.3.4"
[com.hmsonline/trident-elasticsearch "0.3.4"]