GroupId | GroupIdio.github.gugalnikov |
---|---|
ArtifactId | ArtifactIdpresto-consul-connect |
Version | Version2.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.gugalnikov/presto-consul-connect/ -->
<dependency>
<groupId>io.github.gugalnikov</groupId>
<artifactId>presto-consul-connect</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.gugalnikov/presto-consul-connect/
implementation 'io.github.gugalnikov:presto-consul-connect:2.1.0'
// https://jarcasting.com/artifacts/io.github.gugalnikov/presto-consul-connect/
implementation ("io.github.gugalnikov:presto-consul-connect:2.1.0")
'io.github.gugalnikov:presto-consul-connect:jar:2.1.0'
<dependency org="io.github.gugalnikov" name="presto-consul-connect" rev="2.1.0">
<artifact name="presto-consul-connect" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.gugalnikov', module='presto-consul-connect', version='2.1.0')
)
libraryDependencies += "io.github.gugalnikov" % "presto-consul-connect" % "2.1.0"
[io.github.gugalnikov/presto-consul-connect "2.1.0"]