is not current version
Last Version 1.1

io.inbot:inbot-es-launcher 1.0

Utility class intended for use in tests that launches an embedded Elasticsearch node

GroupId

GroupId

io.inbot
ArtifactId

ArtifactId

inbot-es-launcher
Version

Version

1.0
Type

Type

jar

Download inbot-es-launcher 1.0


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