Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdcom.gu |
ArtifactId | ArtifactIdelasticsearch-cloudwatch |
Version | Version1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gu/elasticsearch-cloudwatch/ -->
<dependency>
<groupId>com.gu</groupId>
<artifactId>elasticsearch-cloudwatch</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gu/elasticsearch-cloudwatch/
implementation 'com.gu:elasticsearch-cloudwatch:1.0'
// https://jarcasting.com/artifacts/com.gu/elasticsearch-cloudwatch/
implementation ("com.gu:elasticsearch-cloudwatch:1.0")
'com.gu:elasticsearch-cloudwatch:jar:1.0'
<dependency org="com.gu" name="elasticsearch-cloudwatch" rev="1.0">
<artifact name="elasticsearch-cloudwatch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gu', module='elasticsearch-cloudwatch', version='1.0')
)
libraryDependencies += "com.gu" % "elasticsearch-cloudwatch" % "1.0"
[com.gu/elasticsearch-cloudwatch "1.0"]