Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdcn.dustlight.flow |
ArtifactId | ArtifactIdflow-trigger-store-elasticsearch |
Version | Version0.1.4-alpha |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.dustlight.flow/flow-trigger-store-elasticsearch/ -->
<dependency>
<groupId>cn.dustlight.flow</groupId>
<artifactId>flow-trigger-store-elasticsearch</artifactId>
<version>0.1.4-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/cn.dustlight.flow/flow-trigger-store-elasticsearch/
implementation 'cn.dustlight.flow:flow-trigger-store-elasticsearch:0.1.4-alpha'
// https://jarcasting.com/artifacts/cn.dustlight.flow/flow-trigger-store-elasticsearch/
implementation ("cn.dustlight.flow:flow-trigger-store-elasticsearch:0.1.4-alpha")
'cn.dustlight.flow:flow-trigger-store-elasticsearch:jar:0.1.4-alpha'
<dependency org="cn.dustlight.flow" name="flow-trigger-store-elasticsearch" rev="0.1.4-alpha">
<artifact name="flow-trigger-store-elasticsearch" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.dustlight.flow', module='flow-trigger-store-elasticsearch', version='0.1.4-alpha')
)
libraryDependencies += "cn.dustlight.flow" % "flow-trigger-store-elasticsearch" % "0.1.4-alpha"
[cn.dustlight.flow/flow-trigger-store-elasticsearch "0.1.4-alpha"]