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