is not current version
Last Version 0.1.6

io.ap4k:service-catalog-example 0.1.4


GroupId

GroupId

io.ap4k
ArtifactId

ArtifactId

service-catalog-example
Version

Version

0.1.4
Type

Type

jar

Download service-catalog-example 0.1.4


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