Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdcom.amazon.opendistroforelasticsearch |
ArtifactId | ArtifactIdnotification |
Version | Version0.10.0.1 |
Type | Typejar |
Filename | Size |
---|---|
notification-0.10.0.1.pom | |
notification-0.10.0.1.jar | 1 MB |
notification-0.10.0.1-sources.jar | 19 KB |
notification-0.10.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.amazon.opendistroforelasticsearch/notification/ -->
<dependency>
<groupId>com.amazon.opendistroforelasticsearch</groupId>
<artifactId>notification</artifactId>
<version>0.10.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.amazon.opendistroforelasticsearch/notification/
implementation 'com.amazon.opendistroforelasticsearch:notification:0.10.0.1'
// https://jarcasting.com/artifacts/com.amazon.opendistroforelasticsearch/notification/
implementation ("com.amazon.opendistroforelasticsearch:notification:0.10.0.1")
'com.amazon.opendistroforelasticsearch:notification:jar:0.10.0.1'
<dependency org="com.amazon.opendistroforelasticsearch" name="notification" rev="0.10.0.1">
<artifact name="notification" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.amazon.opendistroforelasticsearch', module='notification', version='0.10.0.1')
)
libraryDependencies += "com.amazon.opendistroforelasticsearch" % "notification" % "0.10.0.1"
[com.amazon.opendistroforelasticsearch/notification "0.10.0.1"]