GroupId | GroupIdio.inbot |
---|---|
ArtifactId | ArtifactIdinbot-es-launcher |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
inbot-es-launcher-1.0.pom | |
inbot-es-launcher-1.0.jar | 7 KB |
inbot-es-launcher-1.0-sources.jar | 2 KB |
inbot-es-launcher-1.0-javadoc.jar | 25 KB |
Browse |
<!-- 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"]