is not current version
Last Version 1.0.1

io.polyglotted:es-model 1.0.0

Standard set of models for elastic search abstraction

GroupId

GroupId

io.polyglotted
ArtifactId

ArtifactId

es-model
Version

Version

1.0.0
Type

Type

jar

Download es-model 1.0.0


<!-- https://jarcasting.com/artifacts/io.polyglotted/es-model/ -->
<dependency>
    <groupId>io.polyglotted</groupId>
    <artifactId>es-model</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.polyglotted/es-model/
implementation 'io.polyglotted:es-model:1.0.0'
// https://jarcasting.com/artifacts/io.polyglotted/es-model/
implementation ("io.polyglotted:es-model:1.0.0")
'io.polyglotted:es-model:jar:1.0.0'
<dependency org="io.polyglotted" name="es-model" rev="1.0.0">
  <artifact name="es-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.polyglotted', module='es-model', version='1.0.0')
)
libraryDependencies += "io.polyglotted" % "es-model" % "1.0.0"
[io.polyglotted/es-model "1.0.0"]