GroupId | GroupIdio.github.horvee.storylog |
---|---|
ArtifactId | ArtifactIdservice-consumer-ke |
Version | Version1.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.horvee.storylog/service-consumer-ke/ -->
<dependency>
<groupId>io.github.horvee.storylog</groupId>
<artifactId>service-consumer-ke</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.horvee.storylog/service-consumer-ke/
implementation 'io.github.horvee.storylog:service-consumer-ke:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/io.github.horvee.storylog/service-consumer-ke/
implementation ("io.github.horvee.storylog:service-consumer-ke:1.0.0.RELEASE")
'io.github.horvee.storylog:service-consumer-ke:jar:1.0.0.RELEASE'
<dependency org="io.github.horvee.storylog" name="service-consumer-ke" rev="1.0.0.RELEASE">
<artifact name="service-consumer-ke" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.horvee.storylog', module='service-consumer-ke', version='1.0.0.RELEASE')
)
libraryDependencies += "io.github.horvee.storylog" % "service-consumer-ke" % "1.0.0.RELEASE"
[io.github.horvee.storylog/service-consumer-ke "1.0.0.RELEASE"]