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