Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdorg.apache.skywalking |
ArtifactId | ArtifactIdstorage-elasticsearch7-plugin |
Version | Version8.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.skywalking/storage-elasticsearch7-plugin/ -->
<dependency>
<groupId>org.apache.skywalking</groupId>
<artifactId>storage-elasticsearch7-plugin</artifactId>
<version>8.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.skywalking/storage-elasticsearch7-plugin/
implementation 'org.apache.skywalking:storage-elasticsearch7-plugin:8.3.0'
// https://jarcasting.com/artifacts/org.apache.skywalking/storage-elasticsearch7-plugin/
implementation ("org.apache.skywalking:storage-elasticsearch7-plugin:8.3.0")
'org.apache.skywalking:storage-elasticsearch7-plugin:jar:8.3.0'
<dependency org="org.apache.skywalking" name="storage-elasticsearch7-plugin" rev="8.3.0">
<artifact name="storage-elasticsearch7-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.skywalking', module='storage-elasticsearch7-plugin', version='8.3.0')
)
libraryDependencies += "org.apache.skywalking" % "storage-elasticsearch7-plugin" % "8.3.0"
[org.apache.skywalking/storage-elasticsearch7-plugin "8.3.0"]