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