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