GroupId | GroupIdio.smallrye.stork |
---|---|
ArtifactId | ArtifactIdstork-service-discovery-static-list |
Version | Version1.0.0.Beta4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.smallrye.stork/stork-service-discovery-static-list/ -->
<dependency>
<groupId>io.smallrye.stork</groupId>
<artifactId>stork-service-discovery-static-list</artifactId>
<version>1.0.0.Beta4</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.stork/stork-service-discovery-static-list/
implementation 'io.smallrye.stork:stork-service-discovery-static-list:1.0.0.Beta4'
// https://jarcasting.com/artifacts/io.smallrye.stork/stork-service-discovery-static-list/
implementation ("io.smallrye.stork:stork-service-discovery-static-list:1.0.0.Beta4")
'io.smallrye.stork:stork-service-discovery-static-list:jar:1.0.0.Beta4'
<dependency org="io.smallrye.stork" name="stork-service-discovery-static-list" rev="1.0.0.Beta4">
<artifact name="stork-service-discovery-static-list" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.stork', module='stork-service-discovery-static-list', version='1.0.0.Beta4')
)
libraryDependencies += "io.smallrye.stork" % "stork-service-discovery-static-list" % "1.0.0.Beta4"
[io.smallrye.stork/stork-service-discovery-static-list "1.0.0.Beta4"]